File diff 360abd191aaf → 48fc6c243b24
roles/php_website/templates/fpm_site.conf.j2
Show inline comments
 
@@ -27,6 +27,6 @@ chdir = /
 
; to log errors in site-specific log file.
 
catch_workers_output = yes
 

	
 
{% for var, val in additional_fpm_config.iteritems() %}
 
{% for var, val in additional_fpm_config.items() %}
 
{{ var }} = {{ val }}
 
{% endfor %}