fixup
This commit is contained in:
parent
f4e54adb15
commit
9c634f03e5
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen ${builtins.toString(secret.nginx.upstream.home.port)} proxy_protocol;
|
listen ${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)};
|
proxy_pass ${secret.nginx.upstream.home.hostname}:${builtins.toString(secret.nginx.upstream.home.port)};
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue