From 2726c45b0107e29f366660ef8521db79fa9cd0ab Mon Sep 17 00:00:00 2001 From: Aaron Andersen Date: Sat, 25 May 2019 10:38:07 -0400 Subject: [PATCH] nixos/nagios: update apacheHttpd configuration from 2.2 to 2.4 syntax --- nixos/modules/services/monitoring/nagios.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/nixos/modules/services/monitoring/nagios.nix b/nixos/modules/services/monitoring/nagios.nix index e18a81def70d..6a3b97769462 100644 --- a/nixos/modules/services/monitoring/nagios.nix +++ b/nixos/modules/services/monitoring/nagios.nix @@ -58,9 +58,7 @@ let Options ExecCGI - AllowOverride None - Order allow,deny - Allow from all + Require all granted SetEnv NAGIOS_CGI_CONFIG ${cfg.cgiConfigFile} @@ -68,9 +66,7 @@ let Options None - AllowOverride None - Order allow,deny - Allow from all + Require all granted '';