vhost_cache-fd.j2 287 B

123456789101112
  1. {% if ansible_controlled is defined and ansible_controlled != "" %}
  2. #
  3. # {{ ansible_controlled }}
  4. #
  5. {% endif %}
  6. #
  7. # Add some cache on file descriptors
  8. #
  9. open_file_cache max=1000 inactive=20s;
  10. open_file_cache_valid 30s;
  11. open_file_cache_min_uses 2;
  12. open_file_cache_errors on;