Nginx中获取真实IP

server { listen 80; server_name localhost; location /{ root html; index index.html index.htm; proxy_pass http://backend;
相关文章
相关标签/搜索