fixup
This commit is contained in:
parent
1d65b4fe53
commit
f4e54adb15
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
resolver 1.1.1.1 ipv6=off;
|
resolver 1.1.1.1 ipv6=off;
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen ${builtins.toString(secret.nginx.upstream.home.port)} ssl proxy_protocol;
|
listen ${builtins.toString(secret.nginx.upstream.home.port)} proxy_protocol;
|
||||||
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