From 50ec36110ea907200a95766044fccfe71027c907 Mon Sep 17 00:00:00 2001 From: Karishma Shukla Date: Sat, 26 Apr 2025 17:11:15 +0530 Subject: [PATCH] chore: cleanup stale config --- nginx.conf | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/nginx.conf b/nginx.conf index 23438209..8f168ac9 100644 --- a/nginx.conf +++ b/nginx.conf @@ -18,15 +18,9 @@ server { proxy_set_header Connection 'upgrade'; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; - proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; + proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; - - # Add timeout configurations - proxy_connect_timeout 60s; - proxy_send_timeout 60s; - proxy_read_timeout 60s; - # Add error handling proxy_intercept_errors on; error_page 502 503 504 /50x.html;