this should do nothing

This commit is contained in:
sadan 2025-02-24 00:16:25 -05:00
parent a81dc5ac3e
commit e11b997f3f
No known key found for this signature in database
2 changed files with 11 additions and 11 deletions

View file

@ -14,17 +14,6 @@
"1.1.1.1" "1.1.1.1"
]; ];
}; };
virtualHosts = {
"vw.sadan.zip" = {
forceSSL = true;
useACMEHost = "sadan.zip";
locations = {
"/" = {
proxyPass = "http://localhost:3231";
};
};
};
};
}; };
adguardhome = { adguardhome = {
port = 3115; port = 3115;

View file

@ -2,6 +2,17 @@
{ {
services = { services = {
nginx = { nginx = {
virtualHosts = {
"vw.sadan.zip" = {
forceSSL = true;
useACMEHost = "sadan.zip";
locations = {
"/" = {
proxyPass = "http://localhost:3231";
};
};
};
};
}; };
}; };
} }