摘要:
location / { root html; index index.html index.htm; if ( $request_uri ~ "^\/xxx") { proxy_pass http://www.baidu.com; } } 阅读全文
posted @ 2021-04-20 11:44 shenyixin 阅读(1065) 评论(0) 推荐(0)
|
||
|
摘要:
location / { root html; index index.html index.htm; if ( $request_uri ~ "^\/xxx") { proxy_pass http://www.baidu.com; } } 阅读全文
posted @ 2021-04-20 11:44 shenyixin 阅读(1065) 评论(0) 推荐(0) |
||