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