Browse Source

Added php7 upstream port

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

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

Loading…
Cancel
Save