nginx: refactor to apply settings across all nodes
This commit is contained in:
parent
39c1bc664c
commit
0d0b3e2d2d
3 changed files with 39 additions and 39 deletions
|
@ -2,8 +2,6 @@
|
|||
|
||||
{
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
|
||||
recommendedGzipSettings = true;
|
||||
recommendedOptimisation = true;
|
||||
recommendedProxySettings = true;
|
||||
|
@ -28,6 +26,4 @@
|
|||
acceptTerms = true;
|
||||
defaults.email = "accounts@katherina.rocks"; # TODO: replace with more appropriate email
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue