Fixed spelling error.
@ -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";