Change static path to match default install

This commit is contained in:
Basraah 2018-01-08 21:15:19 +10:00
parent 5575039126
commit 63c2668171

View File

@ -47,7 +47,7 @@ server {
location = /favicon.ico { access_log off; log_not_found off; }
location /static/ {
alias /home/allianceserver/allianceauth/static/;
alias /var/www/myauth/static;
autoindex off;
}