leon #105

Closed
leon wants to merge 74 commits from (deleted):leon into master
1 changed files with 0 additions and 4 deletions
Showing only changes of commit 55cb4dd1b0 - Show all commits

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 ];