renamed proxyreversearr > proxyreversefix

This commit is contained in:
2024-11-13 22:45:51 -06:00
parent 13ffe469a5
commit 5a92a8c996
7 changed files with 8 additions and 8 deletions

View File

@@ -31,7 +31,7 @@ in
};
};
nginx.virtualHosts."${cfg.host}" = lib.mkIf cfg.enableProxy (
setup.proxyReverseArr cfg.hostName cfg.port // { }
setup.proxyReverseFix cfg.hostName cfg.port // { }
);
};
};