1
0
Fork 0
forked from fi/nix-infra

Use hacky workaround for enableACME check with a proxyProtocol listener

This commit is contained in:
fi 2023-07-31 16:43:30 +02:00
commit 6885c40c10
Signed by: fi
SSH key fingerprint: SHA256:d+6fQoDPMbSFK95zRVflRKZLRKF4cPSQb7VIxYkhFsA
9 changed files with 36 additions and 34 deletions

View file

@ -17,10 +17,10 @@ in
];
};
listen = [
{
{
addr = "localhost";
port = 1234;
}
} # workaround for enableACME check
{
addr = "localhost";
port = 8443;