proxy_pass on https
Anton Kiryushkin
swood at fotofor.biz
Wed Feb 4 21:16:14 UTC 2015
Здравствуйте.
Расскажите, пожалуйста, почему в случае, если я делаю proxy_pass на http
хост, то keepalive работает. А если на https, то нет.
Если что, то настройки location у меня такие:
location / {
proxy_pass https://backend;
proxy_http_version 1.1;
proxy_ssl_session_reuse on;
proxy_buffering on;
proxy_set_header X_FORWARDED_PROTO https;
proxy_ssl_verify off;
proxy_set_header Connection "";
proxy_set_header Host $host;
proxy_pass_request_headers on;
}
upstream mrg {
server ip:443;
keepalive 600;
}
--
Best regards,
Anton Kiryushkin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx-ru/attachments/20150205/e66164e7/attachment.html>
Подробная информация о списке рассылки nginx-ru