mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-05 21:40:00 +08:00
cc05b877a2
first commit acl to github
8 lines
299 B
CFEngine3
8 lines
299 B
CFEngine3
service test {
|
|
host = test.com.cn
|
|
root_path = /opt/acl/var/www/htdocs/test.domain/html/
|
|
vpath_map = / /opt/acl/var/www/htdocs/test.domain/html/ 0
|
|
vpath_map = /test2/ /opt/acl/var/www/htdocs/test.domain/test2/html/ 0
|
|
vpath_map = /test3/ /opt/acl/var/www/htdocs/test.domain/test3/html/ 0
|
|
}
|