acl/app/jaws/main/conf/gb_jt2ft.cf
zsxxsz cc05b877a2 first commit acl to github
first commit acl to github
2013-08-18 17:42:25 +08:00

20 lines
856 B
CFEngine3
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

service server {
#虚拟繁体网站域名前缀
virtual_domain_prefix = .tw
#包括下列分号分隔子串的域名才需要加前缀
virtual_domain_list = hexun.com
#下列分号分隔的域名是实际域名,请求时不需要去掉前缀
# real_domain_list = tw.hxjs.tool.hexun.com
#响应正文中含有下列分号分隔的name/value对中的name时需要用value替换
special_replace_list = hexun.com=hexun.com.tw;baidu.com=baidu.com.tw
# special_replace_list = wmail1.mail.hexun.com=wmail1.mail.hexun.com.tw;\
# http://reg.hexun.com=http://reg.hexun.com.tw;\
# wmail2.mail.hexun.com=wmail2.mail.hexun.com.tw;\
# mail.hexun.com=mail.hexun.com.tw
#下列分号隔开的响应类型是需要经过域名转换的
access_type_list = text/html;text/css;javascript;text/xml;application/x-javascript;
#下列分号隔开的响应类型是需要经过简繁体转换处理的
trans_type_list = text/html;text/css;
# special_file_need_trans_list = test.js;
}