Skip to content

Instantly share code, notes, and snippets.

@kyv
Created August 28, 2012 17:51
Show Gist options
  • Save kyv/3501371 to your computer and use it in GitHub Desktop.
Save kyv/3501371 to your computer and use it in GitHub Desktop.
unicorn config.ru
require 'sinatra'
set :env, :production
disable :run
require './upload.rb'
run Sinatra::Application
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment