2025-03-09 08:54:27 +08:00

10 lines
136 B
Caddyfile

example.com {
file_server * {
root /var/www/html
}
reverse_proxy /path/* unix+h2c//dev/shm/xrxh.socket {
flush_interval -1
}
}