fix: small nginx cleanup
This commit is contained in:
parent
449ada5cec
commit
73a9419798
3 changed files with 0 additions and 9 deletions
|
@ -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;
|
||||
|
|
|
@ -63,9 +63,6 @@ in {
|
|||
];
|
||||
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
group = "acme";
|
||||
|
||||
virtualHosts = {
|
||||
# main site
|
||||
"skynet.ie" = {
|
||||
|
|
|
@ -94,9 +94,6 @@ in {
|
|||
};
|
||||
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
group = "acme";
|
||||
|
||||
virtualHosts = {
|
||||
"${cfg.domain.sub}.${cfg.domain.base}.${cfg.domain.tld}" = {
|
||||
forceSSL = true;
|
||||
|
|
Loading…
Reference in a new issue