Add proxy protcol to managed docs

This commit is contained in:
Owen
2025-08-27 23:01:04 -07:00
parent 48827a2de1
commit b028422e16

View File

@@ -210,6 +210,10 @@ entryPoints:
address: ":80" address: ":80"
websecure: websecure:
address: ":443" address: ":443"
proxyProtocol:
trustedIPs:
- 0.0.0.0/0
- ::1/128
transport: transport:
respondingTimeouts: respondingTimeouts:
readTimeout: "30m" readTimeout: "30m"