Skip to content

Commit bfdefa0

Browse files
committed
Add an explicit caddy timeout
1 parent 5f7f0f9 commit bfdefa0

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

deploy/Caddyfile.example

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
}
44

55
hackorum.example.com {
6-
reverse_proxy web:3000
6+
reverse_proxy web:3000 {
7+
transport http {
8+
response_header_timeout 30s
9+
}
10+
}
711
log {
812
output stdout
913
}

0 commit comments

Comments
 (0)