Add css folder to nginx config
This commit is contained in:
parent
f3f3a153d5
commit
366282725e
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue