Skip to content

Instantly share code, notes, and snippets.

@cho45
Created November 18, 2015 06:15
Show Gist options
  • Save cho45/adb130d8f7225eba2547 to your computer and use it in GitHub Desktop.
Save cho45/adb130d8f7225eba2547 to your computer and use it in GitHub Desktop.
hosts:
"localhost":
listen:
port: 8080
paths:
/:
proxy.reverse.url: http://127.0.0.1:3333/
access-log: /dev/stdout
error-log: /dev/stdout
puma: rackup --port 3333 --server puma -b 'run lambda {|env| [ 200, { "Content-Type" => "text/plain" }, [ "puma" ] ] }'
h2o: h2o --conf ./h2o.conf.yaml --mode master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment