diff --git a/ee/cli/plugins/stack.py b/ee/cli/plugins/stack.py index cf360e4d..5653e56d 100644 --- a/ee/cli/plugins/stack.py +++ b/ee/cli/plugins/stack.py @@ -289,7 +289,7 @@ class EEStackController(CementBaseController): self.app.render((data), 'fastcgi.mustache', out=ee_nginx) ee_nginx.close() - data = dict(php="9000", debug="9001", hhvm="8000", + data = dict(php="9000", debug="9001", hhvm="8000",php7="9070",debug7="9170", hhvmconf=False) Log.debug(self, 'Writting the nginx configuration to ' 'file /etc/nginx/conf.d/upstream.conf')