mirror of https://github.com/XTLS/Xray-examples
Create Caddyfile
parent
1d78c64352
commit
8bba5965a5
|
@ -0,0 +1,9 @@
|
||||||
|
example.com {
|
||||||
|
file_server * {
|
||||||
|
root /var/www/html
|
||||||
|
}
|
||||||
|
|
||||||
|
reverse_proxy /path/* unix+h2c//dev/shm/xrxh.socket {
|
||||||
|
flush_interval -1
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue