fix: small nginx cleanup

This commit is contained in:
silver 2024-05-30 13:39:12 +01:00
parent 449ada5cec
commit 73a9419798
Signed by: silver
GPG key ID: 54E2C71918E93B74
3 changed files with 0 additions and 9 deletions

View file

@ -94,10 +94,7 @@ in {
networking.firewall.allowedTCPPorts = [80 443];
services.nginx = {
enable = true;
group = "acme";
clientMaxBodySize = "500m";
recommendedProxySettings = true;
virtualHosts = {
"${name}.skynet.ie" = {
forceSSL = true;