From 1089839e5424c718704240673ab5480507052976 Mon Sep 17 00:00:00 2001 From: Joey Geiger Date: Mon, 17 Nov 2014 11:28:45 -0700 Subject: [PATCH] Fix typo in `expires.conf` Close h5bp/server-configs-nginx#82. --- h5bp/location/expires.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/h5bp/location/expires.conf b/h5bp/location/expires.conf index b7b0044..668d593 100644 --- a/h5bp/location/expires.conf +++ b/h5bp/location/expires.conf @@ -2,7 +2,7 @@ # No default expire rule. This config mirrors that of apache as outlined in the # html5-boilerplate .htaccess file. However, nginx applies rules by location, -# the apache rules are defined by type. A concequence of this difference is that +# the apache rules are defined by type. A consequence of this difference is that # if you use no file extension in the url and serve html, with apache you get an # expire time of 0s, with nginx you'd get an expire header of one month in the # future (if the default expire rule is 1 month). Therefore, do not use a