1
0
Fork 0
mirror of https://github.com/proxysu/ProxySU.git synced 2025-04-10 04:30:54 +00:00
ProxySU/ProxySuper.WPF/Templates/trojan-go/base.caddyfile
2021-05-21 18:03:40 +08:00

9 lines
No EOL
132 B
Caddyfile

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