replace spaces with tabs

这个提交包含在:
Simon Vieille 2019-08-05 14:48:44 +02:00
父节点 87a571034c
当前提交 8caa000b69
签署人:: deblan
GPG 密钥 ID: 03383D15A1D31745
共有 1 个文件被更改,包括 8 次插入8 次删除

查看文件

@ -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 %}