Skip to content
Snippets Groups Projects
Commit 06010f4b authored by jurgenhaas's avatar jurgenhaas
Browse files

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

parent 7075fad3
No related branches found
No related tags found
No related merge requests found
......@@ -140,6 +140,8 @@
mode='644'
with_items: '{{ drupal_settings|default([]) }}'
when: item.jail is defined and (limit_site is not defined or limit_site == 'False' or item.id is not defined or limit_site == item.id)
tags:
- 'ApacheConfig'
notify: "Restart PHP-FPM"
when: php_fpm
......
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