forked from Fediversity/Fediversity
poke forceSSL hole to fix ACME issue Timeout during connect (likely firewall problem)
This commit is contained in:
parent
029d98b191
commit
e620a56ab4
1 changed files with 3 additions and 0 deletions
|
@ -176,6 +176,9 @@
|
|||
virtualHosts."woodpecker.fediversity.eu" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/.well-known/acme-challenge/" = {
|
||||
root = "/var/lib/acme/woodpecker.fediversity.eu";
|
||||
};
|
||||
locations."/" = {
|
||||
recommendedProxySettings = true;
|
||||
proxyPass = "http://127.0.0.1:8000";
|
||||
|
|
Loading…
Add table
Reference in a new issue