Former-commit-id: 1d64cef10cf4c095aaba92f2e6f866feebb46119
@ -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/ {