1
0
Fork 0

replace spaces with tabs

Dieser Commit ist enthalten in:
Simon Vieille 2019-08-05 14:48:44 +02:00
Ursprung 87a571034c
Commit 8caa000b69
Signiert von: deblan
GPG-Schlüssel-ID: 03383D15A1D31745
1 geänderte Dateien mit 8 neuen und 8 gelöschten Zeilen

Datei anzeigen

@ -14,18 +14,18 @@
{% endif %}{% endblock %}
<Directory {{ DOCUMENT_ROOT }}>
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
</Directory>
{% if PHP_ENABLED == "yes" %}
<IfModule mod_fastcgi.c>
<FilesMatch "\.php$">
SetHandler "proxy:fcgi://127.0.0.1:{{ PHP_FPM_PORT }}/"
</FilesMatch>
<FilesMatch "\.php$">
SetHandler "proxy:fcgi://127.0.0.1:{{ PHP_FPM_PORT }}/"
</FilesMatch>
</IfModule>
{% endif %}
{% block extra %}{% endblock extra %}