Andrey Antukh 4ed49cdc5d
Make devenv https and http2 capable (#7871)
Making it more similar on how it runs on production
environments and improves large amount of files loading
thanks to http2.
2025-12-01 20:43:23 +01:00

4 lines
68 B
Caddyfile

localhost:3449 {
tls internal
reverse_proxy localhost:4449
}