From db492450b4a184adccd4f4056cf4e945cbe6c43f Mon Sep 17 00:00:00 2001 From: Mitesh Shah Date: Tue, 10 Jun 2014 16:46:58 +0530 Subject: [PATCH] Minor update --- templates/nginx/wp/wpfc.conf | 1 + templates/nginx/wp/wpsc.conf | 1 + templates/nginx/wpsubdir/basic.conf | 1 - templates/nginx/wpsubdir/wpfc.conf | 1 + templates/nginx/wpsubdomain/wpfc.conf | 1 + 5 files changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/nginx/wp/wpfc.conf b/templates/nginx/wp/wpfc.conf index 3be1710e..ba35bfae 100644 --- a/templates/nginx/wp/wpfc.conf +++ b/templates/nginx/wp/wpfc.conf @@ -13,4 +13,5 @@ server { include common/wpfc.conf; include common/wpcommon.conf; include common/locations.conf; + } diff --git a/templates/nginx/wp/wpsc.conf b/templates/nginx/wp/wpsc.conf index 1590185a..aaff01e8 100644 --- a/templates/nginx/wp/wpsc.conf +++ b/templates/nginx/wp/wpsc.conf @@ -13,4 +13,5 @@ server { include common/wpsc.conf; include common/wpcommon.conf; include common/locations.conf; + } diff --git a/templates/nginx/wpsubdir/basic.conf b/templates/nginx/wpsubdir/basic.conf index cc292c4d..dca52272 100644 --- a/templates/nginx/wpsubdir/basic.conf +++ b/templates/nginx/wpsubdir/basic.conf @@ -15,7 +15,6 @@ server { root /var/www/example.com/htdocs; index index.php index.htm index.html; - include common/php.conf; include common/wpsubdir.conf; diff --git a/templates/nginx/wpsubdir/wpfc.conf b/templates/nginx/wpsubdir/wpfc.conf index 1a376756..98eb36b9 100644 --- a/templates/nginx/wpsubdir/wpfc.conf +++ b/templates/nginx/wpsubdir/wpfc.conf @@ -20,4 +20,5 @@ server { include common/wpsubdir.conf; include common/wpcommon.conf; include common/locations.conf; + } diff --git a/templates/nginx/wpsubdomain/wpfc.conf b/templates/nginx/wpsubdomain/wpfc.conf index ac7797dc..16c85811 100644 --- a/templates/nginx/wpsubdomain/wpfc.conf +++ b/templates/nginx/wpsubdomain/wpfc.conf @@ -19,4 +19,5 @@ server { include common/wpfc.conf; include common/wpcommon.conf; include common/locations.conf; + }