Browse Source

stack.py virtualconf

master
Prabuddha Chakraborty 9 years ago
parent
commit
b7b376078a
  1. 2
      ee/cli/plugins/stack.py

2
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',

Loading…
Cancel
Save