diff --git a/ee/cli/plugins/stack.py b/ee/cli/plugins/stack.py index e4d0cb74..d9f36717 100644 --- a/ee/cli/plugins/stack.py +++ b/ee/cli/plugins/stack.py @@ -299,7 +299,7 @@ class EEStackController(CementBaseController): ee_nginx.close() data = dict(php="9000", debug="9001", hhvm="8000",php7="9070",debug7="9170", - hhvmconf=False) + hhvmconf=False, php7conf= True if EEAptGet.is_installed(self,'php7.0-fpm') else False ) Log.debug(self, 'Writting the nginx configuration to ' 'file /etc/nginx/conf.d/upstream.conf') ee_nginx = open('/etc/nginx/conf.d/upstream.conf',