perusio / drupal-with-nginx

Running Drupal using nginx: an idiosyncratically crafted bleeding edge configuration.
854 stars 246 forks source link

Cache valid responses for 15s, not 1s in FCGI-auth mode #243

Closed markpavlitski closed 8 years ago

markpavlitski commented 8 years ago

This patch increases the response cache time for valid (200/301) requests from 1s to 15s in line with the other operation modes (proxy and FGCI non-auth).

perusio commented 8 years ago

Thanks.