Skip to content
Snippets Groups Projects
Commit 46dc89d5 authored by jurgenhaas's avatar jurgenhaas
Browse files

Option to not use PHP FPM

parent 79db9ca1
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
ServerAdmin {{apache_server_admin}}
{% if not php_fpm_socket|default(false) %}
{% if php_fpm|default(true) and not php_fpm_socket|default(false) %}
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9000/var/www{{apache_server_default_root}}/$1
ProxyTimeout 900
<Proxy fcgi://127.0.0.1:9000>
......
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