Skip to content
Snippets Groups Projects
Commit 215cf4ab authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-inventories/arocom#2811 Adjust Drupal's bigpipe configuration

parent d76369ca
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,9 @@
{% if php_fpm and drupal.jail is defined and not php_fpm_socket|default(false) %}
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:{{ drupal.jail.port }}{{ drupalRoot }}/$1
{% endif %}
{% endif %}
{% if drupal_domain.bigpipe|default(false) %}
SetEnv no-gzip 1
{% endif %}
SetEnv HTTP_X_FORWARDED_HOST {{ drupal_domain.domain }}
SetEnv HTTPS {{ (drupal_domain.protocol|default("https") == 'https')|ternary('on','off') }}
......
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