From 775700447cbef33d91a21e9738c38eb83b63ed69 Mon Sep 17 00:00:00 2001 From: Dan Rice Date: Thu, 26 Oct 2017 14:48:36 -0600 Subject: [PATCH] Documentation of server_settings option for Issue 940 Documentation of server_settings option for Issue 940 with improved readability Issue 940: Documentation of server_settings option Issue 940: Documentation of server_settings option updated Issue 940: Documentation of server_settings option --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b55a2ab0..eb9bee3e 100644 --- a/README.md +++ b/README.md @@ -2356,6 +2356,11 @@ set :protection, :session => true priority, default depends on Ruby implementation. +
server_settings
+
+ If you are using a WEBrick web server, presumably for your development environment, you can pass a hash of options to server_settings, such as SSLEnable or SSLVerifyClient. However, web servers such as Puma and Thin do not support this, so you can set server_settings by defining it as a method when you call configure. +
+
sessions
Enable cookie-based sessions support using