#!/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