摘要: 使用nginx为反向代理服务器时,后端应用程序获取不到请求端口的解决办法。 以下是nginx 简单的配置 server { listen 81; server_name localhost; location / { proxy_set_header Host $host; proxy_set_he 阅读全文
posted @ 2018-12-18 17:07 Leslie'sblogs 阅读(3828) 评论(0) 推荐(0)