diff --git a/templates/pool.j2 b/templates/pool.j2 index d380ab8..3cb9791 100644 --- a/templates/pool.j2 +++ b/templates/pool.j2 @@ -35,7 +35,6 @@ env[TMPDIR] = {{ item.tmpdir }} env[TEMP] = {{ item.tmpdir }} {% endif %} -php_flag[asp_tags] = {{ item.asp_tags | default('Off') }} php_flag[display_errors] = {{ item.display_errors | default('Off') }} php_flag[display_startup_errors] = {{ item.display_startup_errors | default('Off') }} php_flag[session.use_cookies] = {{ item.session_use_cookies | default('1') }}