nginx配置的公共配置部分抽取出来
在nginx.conf同文件夹下新建文件common_rules.conf
# proxy_pass http://27.175.67.297:8000;
proxy_pass https://wgcent.store.cn;
直接在nginx.conf中以include使用
location /wcg/api/order/paymentRequest {
rewrite .* /wc/api/orider/tRequest break;
include common_rules.conf;
}
location /wcg/api/order/queryPaymentStatus {
rewrite .* /wc/api/order/querStatus break;
include common_rules.conf;
}
偷懒放图
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。