Skip to content
Snippets Groups Projects
Commit c87589bb authored by AJ ONeal's avatar AJ ONeal Committed by GitHub
Browse files

disable fail_timeout by default

gitlab has 502 errors quite frequently (workhorse / unicorn problems?) and caching the failure is not helpful, so this should probably stay disabled.
parent 430622b2
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -12,7 +12,7 @@ https://gitlab.example.com {
}
 
proxy / http://127.0.0.1:8181 {
fail_timeout 300s
fail_timeout 0s
 
header_upstream Host {host}
header_upstream X-Real-IP {remote}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment