标签: nginx
在我的Nginx配置中
server { server_name customurl.com; location ~ /books/{ proxy_pass http://targetIP; } }
测试用例
列表项