You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Hydro/examples/reverse_proxy/h2o.conf

9 lines
165 B
Plaintext

listen:
port: 8080
hosts:
"*":
paths:
/:
proxy.reverse.url: "http://localhost:8888"
proxy.preserve-host: ON
proxy.websocket: ON