Browse Source

Wrong location.

feature/python-error-tracking
Drew Larson 8 years ago
parent
commit
e4fbd23c39
  1. 4
      provision/roles/nginx/templates/production/nginx-site.conf

4
provision/roles/nginx/templates/production/nginx-site.conf

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

Loading…
Cancel
Save