fixup
This commit is contained in:
parent
22853a338f
commit
b12a6473c1
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen ${builtins.toString(secret.nginx.upstream.home.port)};
|
listen ${builtins.toString(secret.nginx.upstream.home.port)} proxy_protocol;
|
||||||
proxy_pass home;
|
proxy_pass home;
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue