mirror of
https://gitea.invidious.io/iv-org/shard-kemal.git
synced 2024-08-15 00:53:36 +00:00
Remove unused stuff
This commit is contained in:
parent
536108c71b
commit
6fbad555d0
8 changed files with 6 additions and 4 deletions
|
@ -60,9 +60,11 @@ module Kemal
|
|||
end
|
||||
|
||||
config.server ||= HTTP::Server.new(config.host_binding, config.port, config.handlers)
|
||||
|
||||
{% if !flag?(:without_openssl) %}
|
||||
config.server.not_nil!.tls = config.ssl
|
||||
{% end %}
|
||||
|
||||
config.running = true
|
||||
|
||||
yield config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue