Browse Source

Fixed small typo

release/v3.3.0
gau1991 10 years ago
parent
commit
6760f299d3
  1. 4
      ee/cli/plugins/stack.py

4
ee/cli/plugins/stack.py

@ -205,8 +205,8 @@ class EEStackController(CementBaseController):
if not (os.path.isfile('/etc/nginx/common/wpfc.conf')):
# Change EasyEngine Version in nginx.conf file
EEFileUtils.searchreplace(self, "/etc/nginx/nginx.conf",
"\"# add_header\"",
"\"add_header\"")
"# add_header",
"add_header")
EEFileUtils.searchreplace(self, "/etc/nginx/nginx.conf",
"\"EasyEngine\"",

Loading…
Cancel
Save