fix issue with php tpl

Este commit está contenido en:
Simon Vieille 2019-07-31 00:07:24 +02:00
padre ca456eb137
commit 7cd0534616
Firmado por: deblan
ID de clave GPG: 03383D15A1D31745
Se han modificado 1 ficheros con 2 adiciones y 2 borrados

Ver fichero

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