diff --git a/root/etc/apache2/conf.d/mod_proxy_fcgi_php.conf b/root/etc/apache2/conf.d/mod_proxy_fcgi_php.conf index e53395b..7e2bff9 100644 --- a/root/etc/apache2/conf.d/mod_proxy_fcgi_php.conf +++ b/root/etc/apache2/conf.d/mod_proxy_fcgi_php.conf @@ -1,13 +1,13 @@ # PHP FastCGI configuration (mod_proxy_fcgi) # http://httpd.apache.org/docs/2.4/en/mod/mod_proxy_fcgi.html - + - DirectoryIndex index.php index.php3 index.php4 index.php5 index.php7 + DirectoryIndex index.php index.php3 index.php4 index.php5 index.php7 index.php8 - + ProxyFCGISetEnvIf "-n %{req_novary:Authorization}" HTTP_AUTHORIZATION "%{req_novary:Authorization}" ProxyFCGISetEnvIf "-n %{req_novary:X-Forwarded-Port}" SERVER_PORT "%{req_novary:X-Forwarded-Port}" ProxyFCGISetEnvIf "-n %{req_novary:X-Forwarded-Proto}" REQUEST_SCHEME "%{req_novary:X-Forwarded-Proto}" diff --git a/root/etc/confd/templates/default-vhost.conf.tmpl b/root/etc/confd/templates/default-vhost.conf.tmpl index aca453b..975b46f 100644 --- a/root/etc/confd/templates/default-vhost.conf.tmpl +++ b/root/etc/confd/templates/default-vhost.conf.tmpl @@ -36,12 +36,12 @@ SSLEngine on - SSLProtocol all -SSLv2 -SSLv3 - SSLCipherSuite ALL:!MD5:!aNULL:!ADH:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM + SSLProtocol all -SSLv3 -TLSv1 -TLSv1.1 + SSLCipherSuite PROFILE=SYSTEM SSLCertificateFile /etc/apache2/ssl.crt/default.crt SSLCertificateKeyFile /etc/apache2/ssl.key/default.key - + SSLOptions +StdEnvVars