Add Font Awesome directory to nginx
This commit is contained in:
parent
b1871826f4
commit
dd467bd1e7
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@ server {
|
|||
location /js/ {
|
||||
root /opt/vpnmanager/static/;
|
||||
}
|
||||
|
||||
location /fa/ {
|
||||
root /opt/vpnmanager/static/;
|
||||
}
|
||||
|
||||
location / {
|
||||
uwsgi_pass 127.0.0.1:9360;
|
||||
|
|
Loading…
Reference in a new issue