configured nginx to proxy into new domain

This commit is contained in:
2024-07-05 13:36:00 -06:00
parent 522dd0ffcb
commit ffbc449c4a
3 changed files with 5 additions and 4 deletions

View File

@@ -52,7 +52,7 @@ in {
};
services.nginx = {
enable = true;
virtualHosts."xfwmrle6h6skqujbeizw.${config.my.domain}" =
virtualHosts."xfwmrle6h6skqujbeizw.${config.my.domainSecret}" =
proxyReverse port // { };
};
networking.firewall = {