2020-08-14 19:10:53 +08:00

11 lines
158 B
Caddyfile

xx.com {
root * /var/www
file_server
reverse_proxy /path 127.0.0.1:2001 {
transport http {
versions h2c
}
}
}