1
0
mirror of https://github.com/XTLS/Xray-examples.git synced 2025-04-09 13:29:28 +08:00

Create Caddyfile

This commit is contained in:
winds365 2025-03-09 08:54:27 +08:00 committed by GitHub
parent 1d78c64352
commit 8bba5965a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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