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

8 lines
119 B
Plaintext
Raw Normal View History

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