fixup
This commit is contained in:
parent
9c634f03e5
commit
69fb12a054
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
resolver 1.1.1.1 ipv6=off;
|
||||
|
||||
server {
|
||||
listen ${builtins.toString(secret.nginx.upstream.home.port)} proxy_protocol;
|
||||
listen 0.0.0.0:${builtins.toString(secret.nginx.upstream.home.port)} proxy_protocol;
|
||||
proxy_connect_timeout 2s;
|
||||
proxy_timeout 3s;
|
||||
proxy_pass ${secret.nginx.upstream.home.hostname}:${builtins.toString(secret.nginx.upstream.home.port)};
|
||||
|
|
Loading…
Reference in a new issue