poke forceSSL hole to fix ACME issue Timeout during connect (likely firewall problem)

This commit is contained in:
Kiara Grouwstra 2025-08-06 10:21:45 +02:00
parent 029d98b191
commit e620a56ab4
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -176,6 +176,9 @@
virtualHosts."woodpecker.fediversity.eu" = { virtualHosts."woodpecker.fediversity.eu" = {
enableACME = true; enableACME = true;
forceSSL = true; forceSSL = true;
locations."/.well-known/acme-challenge/" = {
root = "/var/lib/acme/woodpecker.fediversity.eu";
};
locations."/" = { locations."/" = {
recommendedProxySettings = true; recommendedProxySettings = true;
proxyPass = "http://127.0.0.1:8000"; proxyPass = "http://127.0.0.1:8000";