Simplify nginx on ildkule

This commit is contained in:
Felix Albrigtsen 2022-12-17 22:00:57 +01:00
parent 6b1f0eb090
commit 1429a1b51b
1 changed files with 1 additions and 3 deletions

View File

@ -4,14 +4,12 @@
security.acme = {
acceptTerms = true;
defaults.email = "danio@pvv.ntnu.no";
defaults.email = "drift@pvv.ntnu.no";
};
services.nginx = {
enable = true;
defaultListenAddresses = [ "129.241.210.187" "127.0.0.1" "127.0.0.2" "[2001:700:300:1900::187]" "[::1]" ];
recommendedProxySettings = true;
recommendedTlsSettings = true;
recommendedGzipSettings = true;