1
0
Fork 0
This commit is contained in:
Daniel Kempkens 2023-04-09 00:46:29 +02:00
parent 22853a338f
commit b12a6473c1
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -9,7 +9,7 @@
}
server {
listen ${builtins.toString(secret.nginx.upstream.home.port)};
listen ${builtins.toString(secret.nginx.upstream.home.port)} proxy_protocol;
proxy_pass home;
}
'';