From 3b3e9f92560ef53d1da420dce6ae13a434e49ae7 Mon Sep 17 00:00:00 2001 From: vincue <57353721+vincue@users.noreply.github.com> Date: Tue, 17 Aug 2021 20:45:31 +0530 Subject: [PATCH] Reverted change --- nginx.conf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/nginx.conf b/nginx.conf index 14ef156..7cb8e49 100644 --- a/nginx.conf +++ b/nginx.conf @@ -30,12 +30,6 @@ server { proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; } - location /static { - proxy_pass http://127.0.0.1:8000; - proxy_set_header Host $host; - proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - } - location / { root /usr/share/nginx/html; index index.html index.htm;