mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-19 17:22:30 +02:00
Change static path to match default install
This commit is contained in:
parent
5575039126
commit
63c2668171
@ -47,7 +47,7 @@ server {
|
|||||||
location = /favicon.ico { access_log off; log_not_found off; }
|
location = /favicon.ico { access_log off; log_not_found off; }
|
||||||
|
|
||||||
location /static/ {
|
location /static/ {
|
||||||
alias /home/allianceserver/allianceauth/static/;
|
alias /var/www/myauth/static;
|
||||||
autoindex off;
|
autoindex off;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user