Browse Source

solved nginx conf issue for static sites

bugfixes
harshadyeola 10 years ago
parent
commit
2d907f5328
  1. 1
      ee/cli/plugins/site.py

1
ee/cli/plugins/site.py

@ -1062,6 +1062,7 @@ class EESiteDeleteController(CementBaseController):
self.app.pargs.files = True
else:
if self.app.pargs.all:
mark_db_deleted = True
self.app.pargs.files = True
# Delete website database

Loading…
Cancel
Save