diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index 2fd4f22..99bb521 100755 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -74,6 +74,8 @@ package = pkgs.openresty; enable = true; + logError = "stderr warn"; + recommendedTlsSettings = true; recommendedOptimisation = true; recommendedGzipSettings = true;