diff --git a/roles/nagios_server/templates/httpd/nagios.conf.j2 b/roles/nagios_server/templates/httpd/nagios.conf.j2 index c19564744a..f73480de88 100644 --- a/roles/nagios_server/templates/httpd/nagios.conf.j2 +++ b/roles/nagios_server/templates/httpd/nagios.conf.j2 @@ -29,33 +29,28 @@ Alias /nagios /usr/share/nagios/html/ {% else %} - - SSLRequireSSL - Options ExecCGI - AllowOverride None - AuthName "Nagios GSSAPI Login" - GssapiCredStore keytab:/etc/krb5.HTTP_nagios-external{{env_suffix}}.fedoraproject.org.keytab - AuthType GSSAPI - # This is off because Apache (and thus mod_auth_gssapi) doesn't know this is proxied over TLS - GssapiSSLonly Off - GssapiLocalName on - Require valid-user - Alias /nagios "/usr/share/nagios/html" - - SSLRequireSSL - Options None - AllowOverride None + + AuthName "Nagios GSSAPI Login" GssapiCredStore keytab:/etc/krb5.HTTP_nagios-external{{env_suffix}}.fedoraproject.org.keytab AuthType GSSAPI - # This is off because Apache (and thus mod_auth_gssapi) doesn't know this is proxied over TLS - GssapiSSLonly Off + GssapiSSLonly On GssapiLocalName on + GssapiPublishErrors On Require valid-user + + + + Options ExecCGI + + + + Options None + {% endif %}