|
@ -289,7 +289,7 @@ class EEStackController(CementBaseController): |
|
|
self.app.render((data), 'fastcgi.mustache', out=ee_nginx) |
|
|
self.app.render((data), 'fastcgi.mustache', out=ee_nginx) |
|
|
ee_nginx.close() |
|
|
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) |
|
|
hhvmconf=False) |
|
|
Log.debug(self, 'Writting the nginx configuration to ' |
|
|
Log.debug(self, 'Writting the nginx configuration to ' |
|
|
'file /etc/nginx/conf.d/upstream.conf') |
|
|
'file /etc/nginx/conf.d/upstream.conf') |
|
|