chore: cleanup stale config

This commit is contained in:
Karishma Shukla
2025-04-26 17:11:15 +05:30
committed by GitHub
parent 69aedcb9ff
commit 50ec36110e

View File

@@ -21,12 +21,6 @@ server {
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;