Add css folder to nginx config

This commit is contained in:
Kumi 2019-01-17 17:15:31 +01:00
parent f3f3a153d5
commit 366282725e

View file

@ -22,6 +22,10 @@ server {
location /bs/ {
root /opt/vpnmanager/static/;
}
location /css/ {
root /opt/vpnmanager/static/;
}
location / {
uwsgi_pass 127.0.0.1:9360;