mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-11 01:26:22 +01:00
Change static path to match default install
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user