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