From 995eefdf9f09f1a4621e3aab0184c5ae2787ca0c Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 10 May 2019 02:30:29 +0000 Subject: proxy_pass: document as a public API Might as well... this has been in use at YHBT.net for ~4 years at this point. And given nginx has new corporate overlords, maybe a decidedly non-enterprisey alternative is worth "marketing" :P Previous discussion from 2016: https://YHBT.net/yahns-public/20160220081619.GA10850@dcvr.yhbt.net/ --- Documentation/yahns_config.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Documentation') diff --git a/Documentation/yahns_config.pod b/Documentation/yahns_config.pod index 737e085..08c2e27 100644 --- a/Documentation/yahns_config.pod +++ b/Documentation/yahns_config.pod @@ -448,10 +448,10 @@ An example which seems to work is: ) # use defaults provided by Ruby on top of OpenSSL, - # but disable client certificate verification as it is rare: + # but disable client certificate verification as it is rare for servers: ssl_ctx.set_params(verify_mode: OpenSSL::SSL::VERIFY_NONE) - # Built-in session cache (only works if worker_processes is nil or 1) + # Built-in session cache (only useful if worker_processes is nil or 1) ssl_ctx.session_cache_mode = OpenSSL::SSL::SSLContext::SESSION_CACHE_SERVER app(:rack, "/path/to/my/app/config.ru") do -- cgit v1.2.3-24-ge0c7