We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f7f0f9 commit bfdefa0Copy full SHA for bfdefa0
1 file changed
deploy/Caddyfile.example
@@ -3,7 +3,11 @@
3
}
4
5
hackorum.example.com {
6
- reverse_proxy web:3000
+ reverse_proxy web:3000 {
7
+ transport http {
8
+ response_header_timeout 30s
9
+ }
10
11
log {
12
output stdout
13
0 commit comments