From d9c7bb1cba897f7cea4e7c1fb3b2e05944a02058 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 23 Jul 2021 19:28:19 +0200 Subject: [PATCH] Internal api will open some ports internally to wordpress initially --- docker/haproxy/haproxy.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/docker/haproxy/haproxy.conf b/docker/haproxy/haproxy.conf index 4134ad9..8307bc1 100644 --- a/docker/haproxy/haproxy.conf +++ b/docker/haproxy/haproxy.conf @@ -168,7 +168,6 @@ backend be_wp http-request add-header X-Forwarded-Proto https unless existing-x-forwarded-proto http-request set-header X-SSL %[ssl_fc] - #reqadd X-Forwarded-Proto:\ https http-request set-header X-Forwarded-Proto https server wp isard-apps-wordpress:80 check port 80 inter 5s rise 2 fall 10 resolvers mydns init-addr none