1
0
mirror of https://github.com/fspc/workstand.git synced 2025-02-23 09:13:23 -05:00

Wrong location.

This commit is contained in:
Drew Larson 2016-06-23 16:47:37 -06:00
parent 664fa10263
commit e4fbd23c39

View File

@ -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 / {