some formatting
This commit is contained in:
@@ -47,8 +47,8 @@ in
|
||||
};
|
||||
services.nginx = {
|
||||
virtualHosts = lib.mkIf (cfg.enableProxy || cfgS.enableProxy) {
|
||||
"${cfg.host}" = setup.proxyReverse cfg // { };
|
||||
"${cfgS.host}" = setup.proxyReverse cfgS // { };
|
||||
"${cfg.host}" = setup.proxyReverse cfg;
|
||||
"${cfgS.host}" = setup.proxyReverse cfgS;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user