forked from fi/nix-infra
Use hacky workaround for enableACME check with a proxyProtocol listener
This commit is contained in:
parent
2c23fb92c9
commit
6885c40c10
9 changed files with 36 additions and 34 deletions
|
|
@ -17,10 +17,10 @@ in
|
|||
];
|
||||
};
|
||||
listen = [
|
||||
{
|
||||
{
|
||||
addr = "localhost";
|
||||
port = 1234;
|
||||
}
|
||||
} # workaround for enableACME check
|
||||
{
|
||||
addr = "localhost";
|
||||
port = 8443;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue