Nginx子路径重定向规则

时间:2018-07-04 07:12:15

标签: nginx

在我的Nginx配置中

server {
  server_name customurl.com;
  location ~ /books/{
    proxy_pass http://targetIP;
  }
}

测试用例

列表项

0 个答案:

没有答案
相关问题