ServerName localhost ServerName localhost ## Vhost docroot DocumentRoot /var/www/html ## Take .htaccess.local in priority AccessFileName .htaccess.local .htaccess ## PHP-FPM connection ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://php:9000/var/www/html/$1 DirectoryIndex index.php ## Directories, Require all denied Require all denied Require all denied Options -Indexes +FollowSymLinks +IncludesNOEXEC -MultiViews AllowOverride All Require all granted SetHandler "proxy:fcgi://php:9000" ProxySet timeout=1200 ## Logging : hide version ServerSignature Off