Commit 1dc0ee9
committed
fix(towonel-agent): disable PROXY v2 on the echo service
The towonel-agent chart defaults to PROXY v2 for passthrough TLS
services, but the echo upstream speaks plain HTTP/1.1 directly, with
no proxy-protocol-aware frontend in front of it. Setting
proxy_protocol: none makes towonel forward the TLS-decrypted request
as plain HTTP, matching the upstream.1 parent 804151c commit 1dc0ee9
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
0 commit comments