From 036a69b00637e383cbb88f1d7803e9ee0f53657f Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Mon, 6 Oct 2014 11:11:20 -0400 Subject: [PATCH] Update nginx conf. --- .docker/nginx.conf | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.docker/nginx.conf b/.docker/nginx.conf index 9f3e9d1..81ff808 100644 --- a/.docker/nginx.conf +++ b/.docker/nginx.conf @@ -1,4 +1,4 @@ -user nginx; +user root; worker_processes 1; error_log /var/log/nginx/error.log warn; @@ -84,11 +84,6 @@ http { proxy_set_header Host $host; } - location / { - proxy_pass http://backend_snipt; - proxy_set_header Host $host; - } - location /static/ { alias /app/snipt/static/; expires max;