removed listenaddr

This commit is contained in:
2025-01-22 04:09:50 -06:00
parent 6fc01a3330
commit 385c15e791
2 changed files with 3 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ in
group = "piracy";
};
nginx.virtualHosts."${cfg.host}" = lib.mkIf cfg.enableProxy (
setup.proxy cfg {
setup.proxy {
"/" = {
proxyPass = cfg.local;
extraConfig = ''