Add Font Awesome directory to nginx

This commit is contained in:
Kumi 2019-01-17 10:50:45 +01:00
parent b1871826f4
commit dd467bd1e7

View file

@ -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;