nginx recomended settings, matrix

This commit is contained in:
Till 2026-03-05 22:03:10 +01:00
parent 2159780ece
commit 49e588d569
2 changed files with 70 additions and 0 deletions

View file

@ -4,9 +4,13 @@
networking.firewall.allowedTCPPorts = [ 80 443 ];
services.nginx = {
enable = true;
recommendedProxySettings = true;
recommendedTlsSettings = true;
recommendedOptimisation = true;
recommendedGzipSettings = true;
virtualHosts = {