disabling sites should work even if there were manual changes to nginx #5
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently there is an issue when a site has been manually disabled on a gvaweb managed nginx. The method
disable_web_vhost
stops and returns acould not disable site configuration for <sitename>
error.The software should ignore manually disabled sites gracefully and should just return
True
in this case.