mirror of
https://github.com/Noratrieb/h2.js.git
synced 2026-01-14 09:55:03 +01:00
5 lines
96 B
Caddyfile
5 lines
96 B
Caddyfile
# caddy run --config Caddyfile
|
|
|
|
http://localhost:8081 {
|
|
reverse_proxy * h2c://localhost:8080
|
|
}
|