1
0
mirror of https://github.com/proxysu/ProxySU.git synced 2024-11-22 21:26:09 +03:00
ProxySU/TemplateConfg/ssr/ssr_tls.caddyfile

8 lines
137 B
Plaintext

https://##domain##:8800 {
root * /usr/share/caddy
file_server
##sites##
}
##domain##:80 {
redir https://##domain##{uri}
}