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

10 lines
192 B
Plaintext
Raw Normal View History

2020-09-07 19:36:13 +03:00
https://##domain##:8800 {
root * /usr/share/caddy
file_server
2020-10-29 14:32:35 +03:00
##reverse_Proxy1##
##reverse_Proxy2##
##reverse_Proxy3##
2020-09-07 19:36:13 +03:00
}
##domain##:80 {
redir https://##domain##{uri}
}