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]; networking.firewall.allowedTCPPorts = [80 443];
services.nginx = { services.nginx = {
enable = true;
group = "acme";
clientMaxBodySize = "500m"; clientMaxBodySize = "500m";
recommendedProxySettings = true;
virtualHosts = { virtualHosts = {
"${name}.skynet.ie" = { "${name}.skynet.ie" = {
forceSSL = true; forceSSL = true;

View file

@ -63,9 +63,6 @@ in {
]; ];
services.nginx = { services.nginx = {
enable = true;
group = "acme";
virtualHosts = { virtualHosts = {
# main site # main site
"skynet.ie" = { "skynet.ie" = {

View file

@ -94,9 +94,6 @@ in {
}; };
services.nginx = { services.nginx = {
enable = true;
group = "acme";
virtualHosts = { virtualHosts = {
"${cfg.domain.sub}.${cfg.domain.base}.${cfg.domain.tld}" = { "${cfg.domain.sub}.${cfg.domain.base}.${cfg.domain.tld}" = {
forceSSL = true; forceSSL = true;