nginx 真实ip
摘要:
server { listen 80; server_name localhost; location /{ root html; index index.html index.htm; proxy_pass http://backend; proxy_redirect off; proxy_set 阅读全文
posted @ 2017-07-28 10:36 Captain林 阅读(147) 评论(0) 推荐(0) 编辑