Create Caddyfile

This commit is contained in:
winds365
2025-03-09 08:54:27 +08:00
committed by GitHub
parent 1d78c64352
commit 8bba5965a5

View File

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