21,873
社区成员




location ^/([A-D])([a-zA-Z0-9]{10})/?$ {
proxy_pass http://127.0.0.1:88/;
proxy_redirect off;
proxy_set_header Host localhost2;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Referer $http_referer;
proxy_set_header Cookie $http_cookie;
proxy_connect_timeout 60;
proxy_read_timeout 600;
proxy_send_timeout 600;
}