From: nutra-bot Date: Mon, 19 Jan 2026 18:52:46 +0000 (+0000) Subject: wip X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=0039d236997952d358a9bc7f3ab6584ed8f30690;p=nutratech%2Fvps-root.git wip --- diff --git a/etc/letsencrypt/renewal/nutra.tk.conf b/etc/letsencrypt/renewal/nutra.tk.conf index 90b295e..02c9c6e 100644 --- a/etc/letsencrypt/renewal/nutra.tk.conf +++ b/etc/letsencrypt/renewal/nutra.tk.conf @@ -15,4 +15,4 @@ authenticator = nginx installer = nginx server = https://acme-v02.api.letsencrypt.org/directory [acme_renewal_info] -ari_retry_after = 2025-12-27T18:01:29 +ari_retry_after = 2025-12-28T06:00:02 diff --git a/etc/nginx/conf.d/default.conf b/etc/nginx/conf.d/default.conf index ed57028..cddc926 100644 --- a/etc/nginx/conf.d/default.conf +++ b/etc/nginx/conf.d/default.conf @@ -22,7 +22,7 @@ server { # proxy_request_buffering off; # proxy_buffering off; # # Proxy forwarding (password configured in app.config.FORWARDED_SECRET) -# proxy_set_header forwarded "$proxy_forwarded;secret=\"dhPipfTpfHwH7JsTkHcNPTihvbTnegzV\""; +# proxy_set_header forwarded "$proxy_forwarded;secret=\"$proxy_secret_key\""; # # Allow websockets and keep-alive (avoid connection: close) # proxy_set_header connection "upgrade"; # proxy_set_header upgrade $http_upgrade;