Nginx 转发特点URL到指定服务
摘要:
location ^~ /fs/ {#如https://xx.com/fs/upload 转发到文件服务器 proxy_pass http://127.0.0.1:8080/fs/; } 阅读全文
posted @ 2019-12-19 20:58 滚动的蛋 阅读(2053) 评论(0) 推荐(0) 编辑
posted @ 2019-12-19 20:58 滚动的蛋 阅读(2053) 评论(0) 推荐(0) 编辑