update changelog
This commit is contained in:
@@ -10,6 +10,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||||||
|
|
||||||
### v3.9.6 - [Unreleased]
|
### v3.9.6 - [Unreleased]
|
||||||
|
|
||||||
|
#### Fixed
|
||||||
|
|
||||||
|
- WP_CACHE_KEY_SALT set twice
|
||||||
|
|
||||||
### v3.9.5.1 - 2019-05-10
|
### v3.9.5.1 - 2019-05-10
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|||||||
@@ -100,7 +100,8 @@ class WODebugController(CementBaseController):
|
|||||||
|
|
||||||
for ip_addr in debug_address:
|
for ip_addr in debug_address:
|
||||||
if not ("debug_connection "+ip_addr in open('/etc/nginx/'
|
if not ("debug_connection "+ip_addr in open('/etc/nginx/'
|
||||||
'nginx.conf', encoding='utf-8').read()):
|
'nginx.conf',
|
||||||
|
encoding='utf-8').read()):
|
||||||
Log.info(self, "Setting up Nginx debug connection"
|
Log.info(self, "Setting up Nginx debug connection"
|
||||||
" for "+ip_addr)
|
" for "+ip_addr)
|
||||||
WOShellExec.cmd_exec(self, "sed -i \"/events {{/a\\ \\ \\ "
|
WOShellExec.cmd_exec(self, "sed -i \"/events {{/a\\ \\ \\ "
|
||||||
|
|||||||
Reference in New Issue
Block a user