Add proxyPass variable

This commit is contained in:
jaina heartles 2024-02-29 13:12:22 -08:00
parent 53fa753a13
commit 0ae54aeafb

View file

@ -43,6 +43,7 @@
locations."/" = {
proxyWebsockets = true;
proxyPass = "$home_address";
extraConfig = ''
proxy_ssl_name $host;
include /etc/nixos-secrets/nginx-proxy-pass-home.conf;