vhost_cache-fd.j2 297 B

1234567891011
  1. {% if ansible_prolog -%}
  2. {% from 'templates/ansible/prolog.j2' import prolog with context %}
  3. {{ prolog() }}
  4. {% endif -%}
  5. #
  6. # Add some cache on file descriptors
  7. #
  8. open_file_cache max=1000 inactive=20s;
  9. open_file_cache_valid 30s;
  10. open_file_cache_min_uses 2;
  11. open_file_cache_errors on;