fix issue with php tpl

This commit is contained in:
Simon Vieille 2019-07-31 00:07:24 +02:00
父節點 ca456eb137
當前提交 7cd0534616
簽署人: deblan
GPG Key ID: 03383D15A1D31745
共有 1 個文件被更改,包括 2 次插入2 次删除

查看文件

@ -24,9 +24,9 @@
{% if PHP_ENABLED == "yes" %}
<IfModule mod_fastcgi.c>
<FilesMatch "\.php$">'
<FilesMatch "\.php$">
SetHandler "proxy:fcgi://127.0.0.1:{{ PHP_FPM_PORT }}/"
</FilesMatch>'
</FilesMatch>
</IfModule>
{% endif %}
{% block extra %}{% endblock extra %}