mirror of
https://github.com/proxysu/ProxySU.git
synced 2024-11-22 21:26:09 +03:00
16 lines
365 B
Plaintext
16 lines
365 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
|
|
}
|
|
|
|
reverse_proxy ##path## http://localhost:10000 {
|
|
transport http {
|
|
versions h2c 2
|
|
}
|
|
}
|
|
##sites##
|
|
} |