Skip to content

Commit e365104

Browse files
authored
feat: -rm error handling
1 parent 235d731 commit e365104

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

nginx.conf

-4
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,5 @@ server {
2020
proxy_set_header X-Real-IP $remote_addr;
2121
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
2222
proxy_set_header X-Forwarded-Proto $scheme;
23-
24-
# Add error handling
25-
proxy_intercept_errors on;
26-
error_page 502 503 504 /50x.html;
2723
}
2824
}

0 commit comments

Comments
 (0)