Browse Source

Fixed PHP debug not disabling

hotfix/v3.3.3
gau1991 10 years ago
parent
commit
65b70093a8
  1. 4
      ee/cli/plugins/debug.py

4
ee/cli/plugins/debug.py

@ -224,9 +224,9 @@ class EEDebugController(CementBaseController):
hhvmconf=True
else:
hhvmconf=False
data = dict(php="9001", debug="9001", hhvm="9001",
data = dict(php="9000", debug="9001", hhvm="8000",
hhvmconf=hhvmconf)
Log.debug(self, 'Writting the Nginx debug configration to file'
' /etc/nginx/conf.d/upstream.conf ')
ee_nginx = open('/etc/nginx/conf.d/upstream.conf',

Loading…
Cancel
Save