From 4f5d3f4984d7b090220c6df033cccf30a8514149 Mon Sep 17 00:00:00 2001 From: Shelby DeNike Date: Mon, 17 Mar 2014 11:17:18 -0700 Subject: [PATCH] Update fastcgi.conf Fixed spelling error. --- etc/nginx/conf.d/fastcgi.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/nginx/conf.d/fastcgi.conf b/etc/nginx/conf.d/fastcgi.conf index 15e84bf9..f44a53b4 100644 --- a/etc/nginx/conf.d/fastcgi.conf +++ b/etc/nginx/conf.d/fastcgi.conf @@ -1,4 +1,4 @@ -# Fastcgi Cahe Settings +# Fastcgi Cache Settings fastcgi_cache_path /var/run/nginx-cache levels=1:2 keys_zone=WORDPRESS:50m inactive=60m; fastcgi_cache_key "$scheme$request_method$host$request_uri";