home-proxy: Update
This commit is contained in:
parent
ebd3ef29e8
commit
6b8ebc265e
1 changed files with 2 additions and 2 deletions
|
@ -5,11 +5,11 @@
|
||||||
resolver 1.1.1.1 ipv6=off;
|
resolver 1.1.1.1 ipv6=off;
|
||||||
|
|
||||||
upstream home {
|
upstream home {
|
||||||
server ${secret.nginx.upstream.home.hostname}:${builtins.toString(secret.nginx.upstream.home.port)};
|
server ${secret.nginx.upstream.home.hostname}:${builtins.toString secret.nginx.upstream.home.port};
|
||||||
}
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen ${builtins.toString(secret.nginx.upstream.home.port)};
|
listen ${builtins.toString secret.nginx.upstream.home.port};
|
||||||
proxy_protocol on;
|
proxy_protocol on;
|
||||||
proxy_pass home;
|
proxy_pass home;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue