Change static directory

This commit is contained in:
2022-10-15 22:41:41 +01:00
parent 5995ded170
commit cbd5ac9580
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ server {
location = /favicon.ico { access_log off; log_not_found off; }
location /static/ {
root /code/core/;
root /conf;
}
location / {