1
0
Fork 0
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:
Nate Berkopec 2020-09-14 15:24:04 -06:00 committed by GitHub
parent 1ebdf11ab1
commit 0ab0eecb29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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