Skip to content
Snippets Groups Projects
Commit 7ddcb293 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis Committed by GitHub
Browse files

Merge pull request #297 from coolaj86/patch-3

caddy: disable fail_timeout by default
parents 430622b2 c87589bb
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