feat: add fivefilters

This commit is contained in:
2025-10-13 13:23:13 +02:00
parent 496c483050
commit 5e259e0b42
4 changed files with 42 additions and 0 deletions

View File

@@ -25,4 +25,12 @@
recommendedProxySettings = true;
};
};
services.nginx.virtualHosts."fivefilters.cloonar.com" = {
forceSSL = true;
enableACME = true;
acmeRoot = null;
locations."/" = {
proxyPass = "http://${config.networkPrefix}.97.10";
};
};
}