# -*- mode: apache -*- ServerName pod.localhost DocumentRoot /srv/pod/ Options +Indexes Require all granted # Forbid directory browsing of POD images; there are just too many. Options -Indexes ErrorLog ${APACHE_LOG_DIR}/error.log LogLevel warn CustomLog ${APACHE_LOG_DIR}/access.log combined ServerName pod.localhost DocumentRoot /srv/pod/ Options +Indexes Require all granted # Forbid directory browsing of POD images; there are just too many. Options -Indexes SSLEngine on SSLCertificateFile /etc/ssl/certs/ssl-cert-snakeoil.pem SSLCertificateKeyFile /etc/ssl/private/ssl-cert-snakeoil.key ErrorLog ${APACHE_LOG_DIR}/error.log LogLevel warn CustomLog ${APACHE_LOG_DIR}/ssl_access.log combined BrowserMatch "MSIE [2-6]" \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 BrowserMatch "MSIE [17-9]" ssl-unclean-shutdown