mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Leave DISABLE_SSL undocumented
I'm not sure how many people outside of us will actually use this feature. It's very confusing to most users, who might think they need to set DISABLE_SSL to bind Puma to a regular TCP socket.
This commit is contained in:
parent
1ebdf11ab1
commit
0ab0eecb29
1 changed files with 0 additions and 4 deletions
|
@ -37,10 +37,6 @@ 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