nginx fix

This commit is contained in:
Philipp Hochkamp 2022-12-05 21:19:48 +01:00
parent 5edc532791
commit ba21bbcb41

View file

@ -13,7 +13,6 @@ in
networking.firewall.allowedTCPPorts = [ 80 443 ];
services.nginx = {
enable = true;
package = (pkgs.nginxStable.override { openssl = pkgs.openssl_1_1; });
recommendedProxySettings = true;
recommendedTlsSettings = true;
recommendedGzipSettings = true;