Browse Source

Dispaly Nginx-helper setting msg after site create/update

release/v3.3.0
gau1991 10 years ago
parent
commit
076b488fd3
  1. 2
      ee/cli/plugins/site_functions.py

2
ee/cli/plugins/site_functions.py

@ -806,7 +806,7 @@ def display_cache_settings(self, data):
"page=wpsupercache"
.format(data['site_name']))
if data['wpfc']:
if data['wpfc'] or data['wpredis']:
if data['multisite']:
Log.info(self, "Configure nginx-helper:"
"\thttp://{0}/wp-admin/network/settings.php?"

Loading…
Cancel
Save