Remove default settings

This commit is contained in:
Sandro - 2022-12-26 23:23:09 +01:00
parent f6fdb67ba3
commit c476fad4d8
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 0 additions and 4 deletions

View File

@ -27,10 +27,6 @@
services.nginx = {
enable = true;
recommendedOptimisation = true;
recommendedTlsSettings = true;
recommendedGzipSettings = true;
recommendedProxySettings = true;
sslDhparam = "${config.security.dhparams.params."nginx".path}";
defaultListenAddresses = [ "0.0.0.0" "[::]" ];
additionalModules = [ pkgs.nginxModules.fancyindex ];