Skip to content

Instantly share code, notes, and snippets.

@tiagopog
Last active August 29, 2015 14:27
Show Gist options
  • Save tiagopog/058e721a4cf5c22fca66 to your computer and use it in GitHub Desktop.
Save tiagopog/058e721a4cf5c22fca66 to your computer and use it in GitHub Desktop.
H2O's config file
user: tiagopog
hosts:
"beautydate.dev":
listen:
port: 80
paths:
/:
proxy.reverse.url: http://localhost:3000/
proxy.preserve-host: ON
proxy.timeout.io: 5000
proxy.timeout.keepalive: 2000
access-log: /var/log/h2o/bdt.access.log
error-log: /var/log/h2o/bdt.error.log
pid-file: /var/run/h2o.pid
http2-reprioritize-blocking-assets: ON
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment