1
0
Fork 0
forked from fi/nix-infra
This commit is contained in:
fi 2026-04-07 22:20:28 +02:00
commit f73990a427
Signed by: fi
SSH key fingerprint: SHA256:dgX1HRsK+8F1OzYvKfv1VLhMJac/Iv/rsjixuV94+dA
3 changed files with 10 additions and 16 deletions

View file

@ -4,7 +4,7 @@
forceSSL = true;
enableACME = true;
listen = [{
addr = "localhost";
addr = "0.0.0.0";
port = 8443;
ssl = true;
extraParameters = ["proxy_protocol"];