摘要: location / { #反向代理到 本地9501端口 proxy_pass http://127.0.0.1:9501; proxy_redirect off; proxy_set_header Host $host; #携带IP proxy_set_header X-Real-IP $remo 阅读全文
posted @ 2022-03-16 17:07 skyhxm 阅读(405) 评论(1) 推荐(0)