摘要: vim /etc/nginx/proxy_params proxy_http_version 1.1; #长连接 proxy_set_header Host $http_host; #客户端请求的Host的值是web.zyjc.com,那么代理服务器会向后端请求时携带Host变量为web.zyjc. 阅读全文
posted @ 2022-07-07 16:02 mmniu 阅读(332) 评论(0) 推荐(0)