diff --git a/templates/nginx_phpmyadmin.conf.j2 b/templates/nginx_phpmyadmin.conf.j2 index cea551a..a5f43b1 100644 --- a/templates/nginx_phpmyadmin.conf.j2 +++ b/templates/nginx_phpmyadmin.conf.j2 @@ -1,9 +1,9 @@ upstream php { {% if phpmyadmin_phpfpm_listen_on_socket %} server unix:{{ item.listen }}; -{% else % +{% else %} server {{ item.listen }}; -{% endif %}} +{% endif %} } server {