replace spaces with tabs

This commit is contained in:
Simon Vieille 2019-08-05 14:48:44 +02:00
parent 87a571034c
commit 8caa000b69
Signed by: deblan
GPG Key ID: 03383D15A1D31745
1 changed files with 8 additions and 8 deletions

View File

@ -14,18 +14,18 @@
{% endif %}{% endblock %} {% endif %}{% endblock %}
<Directory {{ DOCUMENT_ROOT }}> <Directory {{ DOCUMENT_ROOT }}>
Options -Indexes +FollowSymLinks +MultiViews Options -Indexes +FollowSymLinks +MultiViews
AllowOverride All AllowOverride All
Order allow,deny Order allow,deny
allow from all allow from all
Options +ExecCGI Options +ExecCGI
</Directory> </Directory>
{% if PHP_ENABLED == "yes" %} {% if PHP_ENABLED == "yes" %}
<IfModule mod_fastcgi.c> <IfModule mod_fastcgi.c>
<FilesMatch "\.php$"> <FilesMatch "\.php$">
SetHandler "proxy:fcgi://127.0.0.1:{{ PHP_FPM_PORT }}/" SetHandler "proxy:fcgi://127.0.0.1:{{ PHP_FPM_PORT }}/"
</FilesMatch> </FilesMatch>
</IfModule> </IfModule>
{% endif %} {% endif %}
{% block extra %}{% endblock extra %} {% block extra %}{% endblock extra %}