diff --git a/src/templates/vhost-http.twig b/src/templates/vhost-http.twig index 7a6f016..bd0396c 100644 --- a/src/templates/vhost-http.twig +++ b/src/templates/vhost-http.twig @@ -14,18 +14,18 @@ {% endif %}{% endblock %} - Options -Indexes +FollowSymLinks +MultiViews - AllowOverride All - Order allow,deny - allow from all - Options +ExecCGI + Options -Indexes +FollowSymLinks +MultiViews + AllowOverride All + Order allow,deny + allow from all + Options +ExecCGI {% if PHP_ENABLED == "yes" %} - - SetHandler "proxy:fcgi://127.0.0.1:{{ PHP_FPM_PORT }}/" - + + SetHandler "proxy:fcgi://127.0.0.1:{{ PHP_FPM_PORT }}/" + {% endif %} {% block extra %}{% endblock extra %}