nginx proxy module
This commit is contained in:
@@ -19,6 +19,5 @@ in
|
||||
};
|
||||
volumes = [ "${config.my.postgresSocket}:${config.my.postgresSocket}" ];
|
||||
};
|
||||
services.nginx.virtualHosts."${cfg.host}" = lib.mkIf cfg.enableProxy (setup.proxyReverse cfg);
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user