diff --git a/haproxy-no-post.cfg b/haproxy-no-post.cfg index 798168b..30a48f5 100644 --- a/haproxy-no-post.cfg +++ b/haproxy-no-post.cfg @@ -36,7 +36,7 @@ frontend http frontend https mode http - bind abns@haproxy-https accept-proxy ssl crt /etc/cert.pem alpn h3,h2,http/1.1 + bind abns@haproxy-https accept-proxy ssl crt /tmp/cert.pem alpn h3,h2,http/1.1 http-request deny unless METH_GET default_backend dockerbackend