dch-proxy: Use PROXY protocol v1 for Nextcloud
Apache doesn't fully support the PROXY v2 protocol. When it's enabled, it spams its error log with messages about unsupported features, e.g.: > [remoteip:error] [pid 1257:tid 1302] [client 172.30.0.6:45614] > AH03507: RemoteIPProxyProtocol: unsupported command 20master
parent
57a5f83262
commit
fb93598586
|
@ -127,7 +127,7 @@ dch_proxy_backends:
|
|||
# NOTE: NOT the default HTTPS port, but a different virtual host that
|
||||
# accepts the PROXY protocol
|
||||
host: 'cloud0.pyrocufflink.blue:8443'
|
||||
options: check send-proxy-v2
|
||||
options: check send-proxy
|
||||
|
||||
web:
|
||||
servers:
|
||||
|
|
Loading…
Reference in New Issue