From 20640ebab668aa4e5f1cd20943bcddb2f4eac142 Mon Sep 17 00:00:00 2001 From: Gyurix Date: Sat, 15 Feb 2025 22:59:11 +0100 Subject: [PATCH] debug --- haproxy.cfg | 2 +- letsencrypt.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/haproxy.cfg b/haproxy.cfg index 1bc4423..f9624a9 100644 --- a/haproxy.cfg +++ b/haproxy.cfg @@ -13,7 +13,7 @@ defaults frontend default -bind :80 accept-proxy +bind :80 mode http option httpclose option httplog diff --git a/letsencrypt.json b/letsencrypt.json index 73089a3..7d6266a 100644 --- a/letsencrypt.json +++ b/letsencrypt.json @@ -39,7 +39,7 @@ {"HTTP": ""}, {"EXEC": "/ready.sh"} ], - "EXTRA": "--rm", + "EXTRA": "", "DEPEND": "null", "START_ON_BOOT": "false", "CMD": "null",