ServerName localhost DocumentRoot "${REPOSITORY}/views" Alias /archives "${ARCHIVES_DIR}" SetHandler "proxy:unix:${PHP_FPM_SOCKET}|fcgi://localhost/" RedirectMatch "^/$" /home/index.php RedirectMatch "^/index.html$" /home/index.php RedirectMatch "^/index.php$" /home/index.php RewriteEngine On RewriteCond %{HTTP:Authorization} ^(.*) RewriteRule .* - [e=HTTP_AUTHORIZATION:%1]