Created
November 18, 2015 06:15
-
-
Save cho45/adb130d8f7225eba2547 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hosts: | |
"localhost": | |
listen: | |
port: 8080 | |
paths: | |
/: | |
proxy.reverse.url: http://127.0.0.1:3333/ | |
access-log: /dev/stdout | |
error-log: /dev/stdout | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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