summaryrefslogtreecommitdiff
path: root/falcon.rb
blob: 527a3bc8b69599423833f7cec8a953a555b6736c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env -S falcon host
# frozen_string_literal: true

load :rack, :supervisor

rack 'twibooru.org' do
  #noinspection HttpUrlsUsage
  endpoint Async::HTTP::Endpoint.parse('http://172.16.82.1:8080').with(protocol: Async::HTTP::Protocol::HTTP2)
  cache true
end

supervisor