mirror of
https://github.com/XTLS/Xray-examples.git
synced 2025-04-05 03:19:28 +08:00
10 lines
136 B
Caddyfile
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
|
|
}
|
|
}
|