unforce ssl

This commit is contained in:
Kiara Grouwstra 2025-08-06 21:07:19 +02:00
parent 2feb245231
commit 7cfcf39209
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -175,10 +175,7 @@
recommendedTlsSettings = true; recommendedTlsSettings = true;
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";