From 31e9d73336087254db66f910ce0200b5ede0e454 Mon Sep 17 00:00:00 2001 From: gau1991 Date: Fri, 20 Mar 2015 16:06:18 +0530 Subject: [PATCH] Fixed Nginx Virtual Conf --- ee/cli/templates/virtualconf.mustache | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ee/cli/templates/virtualconf.mustache b/ee/cli/templates/virtualconf.mustache index 48ddd7c2..f33c85c9 100644 --- a/ee/cli/templates/virtualconf.mustache +++ b/ee/cli/templates/virtualconf.mustache @@ -27,8 +27,7 @@ server { } {{/static}} - {{^static}}include{{/static}} {{#basic}}common/php.conf;{{/basic}}{{#w3tc}}common/w3tc.conf;{{/w3tc}}{{#wpfc}}common/wpfc.conf;{{/wpfc}} {{#wpsc}}common/wpsc.conf;{{/wpsc}} - {{^static}}include{{/static}} {{#basic}}common/php-hhvm.conf;{{/basic}}{{#w3tc}}common/w3tc-hhvm.conf;{{/w3tc}}{{#wpfc}}common/wpfc-hhvm.conf;{{/wpfc}} {{#wpsc}}common/wpsc-hhvm.conf;{{/wpsc}} + {{^static}}include{{/static}} {{#basic}}common/php.conf;{{/basic}}{{#w3tc}}common/w3tc.conf;{{/w3tc}}{{#wpfc}}common/wpfc.conf;{{/wpfc}} {{#wpsc}}common/wpsc.conf;{{/wpsc}} {{#basic_hhvm}}common/php-hhvm.conf;{{/basic_hhvm}}{{#w3tc_hhvm}}common/w3tc-hhvm.conf;{{/w3tc_hhvm}}{{#wpfc_hhvm}}common/wpfc-hhvm.conf;{{/wpfc_hhvm}} {{#wpsc_hhvm}}common/wpsc-hhvm.conf;{{/wpsc_hhvm}} {{#wpsubdir}}include common/wpsubdir.conf;{{/wpsubdir}} {{#wp}}include common/wpcommon.conf;{{/wp}} include common/locations.conf;