mirror of
https://github.com/proxysu/ProxySU.git
synced 2024-11-22 21:26:09 +03:00
18 lines
468 B
Plaintext
18 lines
468 B
Plaintext
|
##domain## {
|
||
|
root * /usr/share/caddy
|
||
|
file_server
|
||
|
tls {
|
||
|
protocols tls1.2 tls1.3
|
||
|
ciphers TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256
|
||
|
curves x25519
|
||
|
}
|
||
|
@xray_websocket {
|
||
|
path ##path##
|
||
|
header Connection *Upgrade*
|
||
|
header Upgrade websocket
|
||
|
}
|
||
|
reverse_proxy @xray_websocket localhost:10000
|
||
|
##reverse_Proxy1##
|
||
|
##reverse_Proxy2##
|
||
|
##reverse_Proxy3##
|
||
|
}
|