public-access-proxy: enable proxy protocol by default

This commit is contained in:
Sandro - 2023-04-11 23:53:38 +02:00
parent 8860310068
commit a2215e07fd
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ in
proxyProtocol = lib.mkOption {
type = lib.types.bool;
default = false;
default = true;
description = "Whether to use proxy protocol to connect to the server.";
};