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; + }