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

8 lines
137 B
Plaintext
Raw Normal View History

2020-09-07 19:36:13 +03:00
https://##domain##:8800 {
root * /usr/share/caddy
file_server
##sites##
}
##domain##:80 {
redir https://##domain##{uri}
}