proxy_ssl_session_reuse

proxy_ssl_session_reuse指令用于配置是否使用基于SSL安全协议的会话连接(“https://”)被代理的服务器,其语法结构为:

proxy_ssl_session_reuse on | off;

默认设置为开启(on)状态

Last updated

Was this helpful?