...
代码块 | ||
---|---|---|
| ||
location /oa/test/ {
proxy_pass http://192.168.1.10:8080/smartbi/ ;
proxy_connect_timeout 600s;
proxy_send_timeout 600s;
proxy_read_timeout 600s;
proxy_redirect http://$host/smartbi /oa/test;
proxy_cookie_path /smartbi /oa/test;
}
|