mirror of
https://github.com/fspc/workstand.git
synced 2026-09-16 16:41:38 -04:00
Wrong location.
This commit is contained in:
@@ -25,11 +25,11 @@ server {
|
||||
|
||||
location = /favicon.ico { access_log off; log_not_found off; }
|
||||
location /static/ {
|
||||
root {{ app_dir }}/{{ app_name }};
|
||||
root {{ app_dir }};
|
||||
}
|
||||
|
||||
location /media/ {
|
||||
root {{ app_dir }}/{{ app_name }};
|
||||
root {{ app_dir }} ;
|
||||
}
|
||||
|
||||
location / {
|
||||
|
||||
Reference in New Issue
Block a user