From e4fbd23c396e351bee87cb47d06e4c4e8e7b9814 Mon Sep 17 00:00:00 2001 From: Drew Larson Date: Thu, 23 Jun 2016 16:47:37 -0600 Subject: [PATCH] Wrong location. --- provision/roles/nginx/templates/production/nginx-site.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/provision/roles/nginx/templates/production/nginx-site.conf b/provision/roles/nginx/templates/production/nginx-site.conf index 89006b7..d1ec42e 100644 --- a/provision/roles/nginx/templates/production/nginx-site.conf +++ b/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 / {