ServerName nagios.zulip.net Redirect permanent / https://nagios.zulip.net/ ServerName nagios.zulip.net SSLEngine on SSLCertificateFile /etc/ssl/certs/nagios.zulip.net.crt SSLCertificateKeyFile /etc/ssl/private/nagios.key SSLCertificateChainFile /etc/ssl/certs/sub.class1.server.ca.pem SSLCACertificateFile /etc/ssl/certs/ca.pem Header add Strict-Transport-Security "max-age=15768000" Header add X-Frame-Options DENY ScriptAlias /cgi-bin/nagios3 /usr/lib/cgi-bin/nagios3 ScriptAlias /nagios3/cgi-bin /usr/lib/cgi-bin/nagios3 # Where the stylesheets (config files) reside Alias /nagios3/stylesheets /etc/nagios3/stylesheets # Where the HTML pages live Alias /nagios3 /usr/share/nagios3/htdocs RedirectMatch ^/?$ https://nagios.zulip.net/cgi-bin/nagios3/status.cgi?host=all AuthType Digest AuthName "wiki" AuthDigestProvider file AuthUserFile /etc/apache2/users/wiki Require valid-user Options FollowSymLinks DirectoryIndex index.php index.html Order Allow,Deny Allow From All Options +ExecCGI # Enable this ScriptAlias if you want to enable the grouplist patch. # See http://apan.sourceforge.net/download.html for more info # It allows you to see a clickable list of all hostgroups in the # left pane of the Nagios web interface ScriptAlias /nagios3/side.html /usr/lib/cgi-bin/nagios3/grouplist.cgi