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;