nginx反向代理类似这样的配置
proxy_pass https://google.com
[error] 18274#0: *3458120 recv() failed (110: Connection timed out) while reading response header from upstream
需要在反向代理配置中加一个配置
proxy_ssl_server_name on;
nginx反向代理类似这样的配置
proxy_pass https://google.com
[error] 18274#0: *3458120 recv() failed (110: Connection timed out) while reading response header from upstream
需要在反向代理配置中加一个配置
proxy_ssl_server_name on;