mirror of
https://github.com/fspc/workstand.git
synced 2025-02-23 09:13:23 -05:00
Wrong location.
This commit is contained in:
parent
664fa10263
commit
e4fbd23c39
@ -25,11 +25,11 @@ 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/ {
|
||||||
root {{ app_dir }}/{{ app_name }};
|
root {{ app_dir }};
|
||||||
}
|
}
|
||||||
|
|
||||||
location /media/ {
|
location /media/ {
|
||||||
root {{ app_dir }}/{{ app_name }};
|
root {{ app_dir }} ;
|
||||||
}
|
}
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user