-
Notifications
You must be signed in to change notification settings - Fork 0
/
wt_config.xml
97 lines (97 loc) · 4.47 KB
/
wt_config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<server>
<application-settings location="*">
<session-management>
<shared-process>
<num-processes>1</num-processes>
</shared-process>
<tracking>URL</tracking>
<reload-is-new-session>true</reload-is-new-session>
<timeout>600</timeout>
<server-push-timeout>50</server-push-timeout>
</session-management>
<connector-fcgi>
<run-directory>/run/yangvillage</run-directory>
</connector-fcgi>
<debug>false</debug>
<log-file>/var/log/wt.log</log-file>
<log-config>* -debug</log-config>
<max-request-size>128</max-request-size>
<max-formdata-size>5120</max-formdata-size>
<max-pending-events>1000</max-pending-events>
<num-threads>10</num-threads>
<session-id-length>16</session-id-length>
<plain-ajax-sessions-ratio-limit>0.1</plain-ajax-sessions-ratio-limit>
<ajax-puzzle>true</ajax-puzzle>
<strict-event-serialization>false</strict-event-serialization>
<web-sockets>false</web-sockets>
<webgl-detection>false</webgl-detection>
<redirect-message>Load basic HTML</redirect-message>
<trusted-proxy-config>
<original-ip-header>X-Forwarded-For</original-ip-header>
<trusted-proxies>
<proxy>127.0.0.1/8</proxy>
<proxy>::1/128</proxy>
<proxy>192.168.0.0/16</proxy>
<proxy>8.216.122.223</proxy>
</trusted-proxies>
</trusted-proxy-config>
<inline-css>true</inline-css>
<indicator-timeout>500</indicator-timeout>
<double-click-timeout>200</double-click-timeout>
<user-agents type="ajax" mode="black-list">
<user-agent>.*Crappy browser.*</user-agent>
</user-agents>
<user-agents type="bot">
<user-agent>.*Googlebot.*</user-agent>
<user-agent>.*msnbot.*</user-agent>
<user-agent>.*Slurp.*</user-agent>
<user-agent>.*Crawler.*</user-agent>
<user-agent>.*Bot.*</user-agent>
<user-agent>.*ia_archiver.*</user-agent>
<user-agent>.*Twiceler.*</user-agent>
<user-agent>.*Yandex.*</user-agent>
<user-agent>.*Nutch.*</user-agent>
<user-agent>.*MJ12bot.*</user-agent>
<user-agent>.*Baiduspider.*</user-agent>
<user-agent>.*Ezooms.*</user-agent>
<user-agent>.*Sogou web spider.*</user-agent>
<user-agent>.*AhrefsBot.*</user-agent>
</user-agents>
<UA-Compatible></UA-Compatible>
<progressive-bootstrap>false</progressive-bootstrap>
<session-id-cookie>false</session-id-cookie>
<cookie-checks>true</cookie-checks>
<head-matter>
<meta name="charset" content="utf-8"/>
<meta name="author" content="骑着轮子的羊"/>
<meta name="description" content="这里是羊村,你可能走错了。但你既然已经来了,就请随便逛逛吧。这里可以有任何内容——这取决于村长的决定。通常,这些内容是二次元、计算机、Minecraft。"/>
<meta name="robots" content="index,follow"/>
</head-matter>
<properties>
<property name="resourcesURL">resources/</property>
<property name="favicon">/favicon.ico</property>
<property name="leafletJSURL">https://unpkg.com/leaflet@1.5.1/dist/leaflet.js</property>
<property name="leafletCSSURL">https://unpkg.com/leaflet@1.5.1/dist/leaflet.css</property>
<property name="tinyMCEVersion">4</property>
<property name="tinyMCEBaseURL">resources/tinymce</property>
</properties>
</application-settings>
<application-settings location="/var/lib/yangvillage/bin/bookmark.wt">
<log-file>/var/log/wt/bookmark.log</log-file>
<head-matter>
<link rel="canonical" href="bookmark.yangvillage.top"/>
</head-matter>
</application-settings>
<application-settings location="/var/lib/yangvillage/bin/toolkits.wt">
<log-file>/var/log/wt/toolkits.log</log-file>
<head-matter>
<link rel="canonical" href="api.yangvillage.top"/>
</head-matter>
</application-settings>
<application-settings location="/var/lib/yangvillage/bin/portfolio.wt">
<log-file>/var/log/wt/portfolio.log</log-file>
<head-matter>
<link rel="canonical" href="author.yangvillage.top"/>
</head-matter>
</application-settings>
</server>