Skip to content
Snippets Groups Projects
Commit 32f5f1d7 authored by jurgenhaas's avatar jurgenhaas
Browse files

Allow to configure PHP FPM port for simple default sites

parent ae8c63b6
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ chdir = /
{% if php_fpm_socket %}
listen = /var/run/php{{ php_version_main }}-fpm.sock
{% else %}
listen = 127.0.0.1:9000
listen = 127.0.0.1:{{ php_fpm_port|default(9000) }}
{% endif %}
; Process manager
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment