From fb935985869768691c0a07ce809d334a5487b688 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sat, 23 Aug 2025 22:52:08 -0500 Subject: [PATCH] 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 20 --- group_vars/dch-proxy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group_vars/dch-proxy.yml b/group_vars/dch-proxy.yml index b992d08..0e8efed 100644 --- a/group_vars/dch-proxy.yml +++ b/group_vars/dch-proxy.yml @@ -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: