mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
README.md - add 'SSL Connection Support' section
This commit is contained in:
parent
55e78e4a4f
commit
fe2c25ba55
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -29,6 +29,18 @@ $ puma
|
|||
Without arguments, puma will look for a rackup (.ru) file in
|
||||
working directory called `config.ru`.
|
||||
|
||||
## SSL Connection Support
|
||||
|
||||
Puma will install/compile with support for ssl sockets, assuming OpenSSL
|
||||
development files are installed on the system.
|
||||
|
||||
If the system does not have OpenSSL development files installed, Puma will
|
||||
install/compile, but it will not allow ssl connections.
|
||||
|
||||
If the system has OpenSSL development files installed, but you don't want Puma
|
||||
to use ssl connections, set ENV['DISABLE_SSL'] to any value before installing
|
||||
Puma.
|
||||
|
||||
## Frameworks
|
||||
|
||||
### Rails
|
||||
|
|
Loading…
Add table
Reference in a new issue