You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 8, 2020. It is now read-only.
<index_name> the file of home page, take effect in proper order, default:index.html,index.htm,index.php
<rewrite_file> rewrite rule file, save in/etc/nginx/rewrite/, default:nomal.conf
<host_subdirectory> whether support subdirectory bind,on oroff, default:off
Example
# start or restart all siteservice vhost start# stop all siteservice vhost stop# list all siteservice vhost list# add a sign of `mysite`, domain list is `mysite.com`service vhost add mysite mysite.com# start or restart the site which is sign `mysite`service vhost start mysite# stop the site which is sign `mysite`service vhost stop mysite# edit the site which is sign `mysite`service vhost edit mysite# delete the site which is sign `mysite`service vhost del mysite
Backup
# create a new backupservice vbackup start# delete a new backupservice vbackup del [<file>.tar.gz]# list all backupservice vbackup list