From 7186112c0f893cad980945ed6b1008924050b2cf Mon Sep 17 00:00:00 2001 From: "Syed I.R" Date: Sat, 2 May 2015 10:30:31 +0530 Subject: [PATCH] Fix Typo. --- ee/cli/templates/locations.mustache | 2 +- ee/cli/templates/php-hhvm.mustache | 2 +- ee/cli/templates/php.mustache | 2 +- ee/cli/templates/w3tc-hhvm.mustache | 2 +- ee/cli/templates/w3tc.mustache | 2 +- ee/cli/templates/wpcommon.mustache | 2 +- ee/cli/templates/wpfc-hhvm.mustache | 2 +- ee/cli/templates/wpfc.mustache | 2 +- ee/cli/templates/wpsc-hhvm.mustache | 2 +- ee/cli/templates/wpsc.mustache | 2 +- ee/cli/templates/wpsubdir.mustache | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/ee/cli/templates/locations.mustache b/ee/cli/templates/locations.mustache index c8414fb2..9fd1ef25 100644 --- a/ee/cli/templates/locations.mustache +++ b/ee/cli/templates/locations.mustache @@ -1,5 +1,5 @@ # NGINX CONFIGURATION FOR COMMON LOCATION -# DO NOT MODIFY, ALL CHNAGES LOST AFTER UPDATE EasyEngine (ee) +# DO NOT MODIFY, ALL CHANGES LOST AFTER UPDATE EasyEngine (ee) # Basic locations files location = /favicon.ico { access_log off; diff --git a/ee/cli/templates/php-hhvm.mustache b/ee/cli/templates/php-hhvm.mustache index 54f4d2aa..198d81de 100644 --- a/ee/cli/templates/php-hhvm.mustache +++ b/ee/cli/templates/php-hhvm.mustache @@ -1,5 +1,5 @@ # PHP NGINX CONFIGURATION -# DO NOT MODIFY, ALL CHNAGES LOST AFTER UPDATE EasyEngine (ee) +# DO NOT MODIFY, ALL CHANGES LOST AFTER UPDATE EasyEngine (ee) location / { try_files $uri $uri/ /index.php?$args; } diff --git a/ee/cli/templates/php.mustache b/ee/cli/templates/php.mustache index 3546f571..b12b250a 100644 --- a/ee/cli/templates/php.mustache +++ b/ee/cli/templates/php.mustache @@ -1,5 +1,5 @@ # PHP NGINX CONFIGURATION -# DO NOT MODIFY, ALL CHNAGES LOST AFTER UPDATE EasyEngine (ee) +# DO NOT MODIFY, ALL CHANGES LOST AFTER UPDATE EasyEngine (ee) location / { try_files $uri $uri/ /index.php?$args; } diff --git a/ee/cli/templates/w3tc-hhvm.mustache b/ee/cli/templates/w3tc-hhvm.mustache index dbaca7c0..b5c70ed1 100644 --- a/ee/cli/templates/w3tc-hhvm.mustache +++ b/ee/cli/templates/w3tc-hhvm.mustache @@ -1,6 +1,6 @@ # W3TC NGINX CONFIGURATION -# DO NOT MODIFY, ALL CHNAGES LOST AFTER UPDATE EasyEngine (ee) +# DO NOT MODIFY, ALL CHANGES LOST AFTER UPDATE EasyEngine (ee) set $cache_uri $request_uri; # POST requests and URL with a query string should always go to php if ($request_method = POST) { diff --git a/ee/cli/templates/w3tc.mustache b/ee/cli/templates/w3tc.mustache index 5b162822..ea13c255 100644 --- a/ee/cli/templates/w3tc.mustache +++ b/ee/cli/templates/w3tc.mustache @@ -1,6 +1,6 @@ # W3TC NGINX CONFIGURATION -# DO NOT MODIFY, ALL CHNAGES LOST AFTER UPDATE EasyEngine (ee) +# DO NOT MODIFY, ALL CHANGES LOST AFTER UPDATE EasyEngine (ee) set $cache_uri $request_uri; # POST requests and URL with a query string should always go to php if ($request_method = POST) { diff --git a/ee/cli/templates/wpcommon.mustache b/ee/cli/templates/wpcommon.mustache index e6b34782..cbafa601 100644 --- a/ee/cli/templates/wpcommon.mustache +++ b/ee/cli/templates/wpcommon.mustache @@ -1,5 +1,5 @@ # WordPress COMMON SETTINGS -# DO NOT MODIFY, ALL CHNAGES LOST AFTER UPDATE EasyEngine (ee) +# DO NOT MODIFY, ALL CHANGES LOST AFTER UPDATE EasyEngine (ee) # Limit access to avoid brute force attack location = /wp-login.php { limit_req zone=one burst=1 nodelay; diff --git a/ee/cli/templates/wpfc-hhvm.mustache b/ee/cli/templates/wpfc-hhvm.mustache index 54255c4f..9de76275 100644 --- a/ee/cli/templates/wpfc-hhvm.mustache +++ b/ee/cli/templates/wpfc-hhvm.mustache @@ -1,5 +1,5 @@ # WPFC NGINX CONFIGURATION -# DO NOT MODIFY, ALL CHNAGES LOST AFTER UPDATE EasyEngine (ee) +# DO NOT MODIFY, ALL CHANGES LOST AFTER UPDATE EasyEngine (ee) set $skip_cache 0; # POST requests and URL with a query string should always go to php if ($request_method = POST) { diff --git a/ee/cli/templates/wpfc.mustache b/ee/cli/templates/wpfc.mustache index ff5240c7..72b88b8b 100644 --- a/ee/cli/templates/wpfc.mustache +++ b/ee/cli/templates/wpfc.mustache @@ -1,5 +1,5 @@ # WPFC NGINX CONFIGURATION -# DO NOT MODIFY, ALL CHNAGES LOST AFTER UPDATE EasyEngine (ee) +# DO NOT MODIFY, ALL CHANGES LOST AFTER UPDATE EasyEngine (ee) set $skip_cache 0; # POST requests and URL with a query string should always go to php if ($request_method = POST) { diff --git a/ee/cli/templates/wpsc-hhvm.mustache b/ee/cli/templates/wpsc-hhvm.mustache index 29e9ebd9..834b87fc 100644 --- a/ee/cli/templates/wpsc-hhvm.mustache +++ b/ee/cli/templates/wpsc-hhvm.mustache @@ -1,5 +1,5 @@ # WPSC NGINX CONFIGURATION -# DO NOT MODIFY, ALL CHNAGES LOST AFTER UPDATE EasyEngine (ee) +# DO NOT MODIFY, ALL CHANGES LOST AFTER UPDATE EasyEngine (ee) set $cache_uri $request_uri; # POST requests and URL with a query string should always go to php if ($request_method = POST) { diff --git a/ee/cli/templates/wpsc.mustache b/ee/cli/templates/wpsc.mustache index 2600a795..48f8736d 100644 --- a/ee/cli/templates/wpsc.mustache +++ b/ee/cli/templates/wpsc.mustache @@ -1,5 +1,5 @@ # WPSC NGINX CONFIGURATION -# DO NOT MODIFY, ALL CHNAGES LOST AFTER UPDATE EasyEngine (ee) +# DO NOT MODIFY, ALL CHANGES LOST AFTER UPDATE EasyEngine (ee) set $cache_uri $request_uri; # POST requests and URL with a query string should always go to php if ($request_method = POST) { diff --git a/ee/cli/templates/wpsubdir.mustache b/ee/cli/templates/wpsubdir.mustache index 7b65841f..2ef06489 100644 --- a/ee/cli/templates/wpsubdir.mustache +++ b/ee/cli/templates/wpsubdir.mustache @@ -1,5 +1,5 @@ # WPSUBDIRECTORY NGINX CONFIGURATION -# DO NOT MODIFY, ALL CHNAGES LOST AFTER UPDATE EasyEngine (ee) +# DO NOT MODIFY, ALL CHANGES LOST AFTER UPDATE EasyEngine (ee) if (!-e $request_filename) { # Redirect wp-admin to wp-admin/ rewrite /wp-admin$ $scheme://$host$uri/ permanent;