Former-commit-id: 1d64cef10cf4c095aaba92f2e6f866feebb46119
TangShanKaiPing
wanggang 5 years ago
parent 1b1791a4f5
commit 52c55841d3

@ -33,6 +33,9 @@ http {
location / {
proxy_pass http://localhost:8030/;
if ($http_user_agent ~* (mobile|nokia|iphone|ipad|android|samsung|htc|blackberry)) {
proxy_pass http://baidu.com;
}
}
location ^~ /dfs/ {

Loading…
Cancel
Save