一段ngnix 代理
摘要:
server { listen 8084; server_name localhost; location / { proxy_pass http://localhost:7777; } location ^~ /_report { try_files $uri /index.html index. 阅读全文
posted @ 2021-12-03 16:17 活着ccc 阅读(23) 评论(0) 推荐(0) 编辑