nginx端口转发配置
摘要:
server { listen 8082; server_name localhost; location / { proxy_pass http://192.168.0.20:8082; proxy_set_header Host $host; proxy_set_header X-Real-IP 阅读全文
posted @ 2021-01-28 09:41 木色小罗 阅读(319) 评论(0) 推荐(0) 编辑
posted @ 2021-01-28 09:41 木色小罗 阅读(319) 评论(0) 推荐(0) 编辑