From 6447a85f15a9f77ce0f300f80474ccfeef4bb340 Mon Sep 17 00:00:00 2001 From: Mitesh Shah Date: Mon, 3 Nov 2014 11:46:46 +0530 Subject: [PATCH] Change Fast CGI name to FastCGI --- bin/easyengine | 6 +++--- templates/nginx/wp/wpfc.conf | 2 +- templates/nginx/wpsubdir/wpfc.conf | 2 +- templates/nginx/wpsubdomain/wpfc.conf | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bin/easyengine b/bin/easyengine index 9d723302..f8513416 100644 --- a/bin/easyengine +++ b/bin/easyengine @@ -569,7 +569,7 @@ elif [ "$EE_FIRST" = "site" ]; then EE_SITE_CURRENT_WP="--wp" EE_SITE_CURRENT_CACHE="--w3tc" EE_SITE_CURRENT_TYPE="--wp --w3tc" - elif [ "$EE_SITE_CURRENT_TYPE" = "WPSINGLE FAST CGI" ]; then + elif [ "$EE_SITE_CURRENT_TYPE" = "WPSINGLE FAST CGI" ] || [ "$EE_SITE_CURRENT_TYPE" = "WPSINGLE FASTCGI" ]; then EE_SITE_CURRENT_WP="--wp" EE_SITE_CURRENT_CACHE="--wpfc" EE_SITE_CURRENT_TYPE="--wp --wpfc" @@ -586,7 +586,7 @@ elif [ "$EE_FIRST" = "site" ]; then EE_SITE_CURRENT_WP="--wpsubdir" EE_SITE_CURRENT_CACHE="--w3tc" EE_SITE_CURRENT_TYPE="--wpsubdir --w3tc" - elif [ "$EE_SITE_CURRENT_TYPE" = "WPSUBDIR FAST CGI" ]; then + elif [ "$EE_SITE_CURRENT_TYPE" = "WPSUBDIR FAST CGI" ] || [ "$EE_SITE_CURRENT_TYPE" = "WPSUBDIR FASTCGI" ]; then EE_SITE_CURRENT_WP="--wpsubdir" EE_SITE_CURRENT_CACHE="--wpfc" EE_SITE_CURRENT_TYPE="--wpsubdir --wpfc" @@ -603,7 +603,7 @@ elif [ "$EE_FIRST" = "site" ]; then EE_SITE_CURRENT_WP="--wpsubdomain" EE_SITE_CURRENT_CACHE="--w3tc" EE_SITE_CURRENT_TYPE="--wpsubdomain --w3tc" - elif [ "$EE_SITE_CURRENT_TYPE" = "WPSUBDOMAIN FAST CGI" ]; then + elif [ "$EE_SITE_CURRENT_TYPE" = "WPSUBDOMAIN FAST CGI" ] || [ "$EE_SITE_CURRENT_TYPE" = "WPSUBDOMAIN FASTCGI" ]; then EE_SITE_CURRENT_WP="--wpsubdomain" EE_SITE_CURRENT_CACHE="--wpfc" EE_SITE_CURRENT_TYPE="--wpsubdomain --wpfc" diff --git a/templates/nginx/wp/wpfc.conf b/templates/nginx/wp/wpfc.conf index ba35bfae..68c33a51 100644 --- a/templates/nginx/wp/wpfc.conf +++ b/templates/nginx/wp/wpfc.conf @@ -1,4 +1,4 @@ -# WPSINGLE FAST CGI NGINX CONFIGURATION +# WPSINGLE FASTCGI NGINX CONFIGURATION server { diff --git a/templates/nginx/wpsubdir/wpfc.conf b/templates/nginx/wpsubdir/wpfc.conf index 6e59806c..556cefda 100644 --- a/templates/nginx/wpsubdir/wpfc.conf +++ b/templates/nginx/wpsubdir/wpfc.conf @@ -1,4 +1,4 @@ -# WPSUBDIR FAST CGI NGINX CONFIGURATION +# WPSUBDIR FASTCGI NGINX CONFIGURATION server { diff --git a/templates/nginx/wpsubdomain/wpfc.conf b/templates/nginx/wpsubdomain/wpfc.conf index 56e93a95..a2e02c85 100644 --- a/templates/nginx/wpsubdomain/wpfc.conf +++ b/templates/nginx/wpsubdomain/wpfc.conf @@ -1,4 +1,4 @@ -# WPSUBDOMAIN FAST CGI NGINX CONFIGURATION +# WPSUBDOMAIN FASTCGI NGINX CONFIGURATION server {