From 4360828e4415bab90cde2f64660302a6e974a01d Mon Sep 17 00:00:00 2001 From: Mark Wolfe Date: Sun, 29 May 2011 11:31:20 +1000 Subject: [PATCH] Added some comments to the nginx config relating to expires. --- nginx.conf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index adf44d2..66e1651 100644 --- a/nginx.conf +++ b/nginx.conf @@ -104,7 +104,14 @@ http { # Custom 404 page error_page 404 /404.html; - expires 1M; + # This is pretty long expiry and assume your using + # cachebusting with query params like + #