fix issue with php tpl

このコミットが含まれているのは:
Simon Vieille 2019-07-31 00:07:24 +02:00
コミット 7cd0534616
署名者: deblan
GPGキー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 %}