nginx反向代理配置详解基础配置listen: 监听端口server_name: 域名或IPlocation: 匹配请求路径proxy_pass: 指定后端服务地址proxy_set_header: 设置请求头传递信息常用参数proxy_connect_timeout: 后端连接超时时间(默认60s)proxy_read_timeout: 读取后端响应超时时间(默认60s)proxy_send_