1
0
mirror of https://github.com/proxysu/ProxySU.git synced 2024-11-23 21:56:08 +03:00
ProxySU/TemplateConfg/Http2Web_server_config.caddyfile

16 lines
365 B
Plaintext
Raw Normal View History

2020-04-16 16:08:47 +03:00
##domain## {
2020-08-13 19:26:41 +03:00
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
}
}
2020-04-18 16:21:44 +03:00
##sites##
2020-04-16 16:08:47 +03:00
}