mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
8 lines
109 B
Ruby
8 lines
109 B
Ruby
![]() |
require "localhost"
|
||
|
|
||
|
ssl_bind "0.0.0.0", 9292
|
||
|
|
||
|
app do |env|
|
||
|
[200, {}, ["self-signed certificate app"]]
|
||
|
end
|