From 7cd0534616b00c68191acbba77512760b9f7d0dc Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Wed, 31 Jul 2019 00:07:24 +0200 Subject: [PATCH] fix issue with php tpl --- src/templates/vhost-http.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/templates/vhost-http.twig b/src/templates/vhost-http.twig index 497a0c0..a2d1e95 100644 --- a/src/templates/vhost-http.twig +++ b/src/templates/vhost-http.twig @@ -24,9 +24,9 @@ {% if PHP_ENABLED == "yes" %} - ' + SetHandler "proxy:fcgi://127.0.0.1:{{ PHP_FPM_PORT }}/" - ' + {% endif %} {% block extra %}{% endblock extra %}