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://127.0.0.1:8080').with(protocol: Async::HTTP::Protocol::HTTP11) cache true end supervisor