summaryrefslogtreecommitdiff
path: root/falcon_staging.rb
blob: c67a6404ee2550abb3425384599a852d19c0b8ad (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://127.0.0.1:8080').with(protocol: Async::HTTP::Protocol::HTTP11)
  cache true
end

supervisor