mirror of
https://github.com/proxysu/ProxySU.git
synced 2024-11-22 21:26:09 +03:00
9 lines
132 B
Plaintext
9 lines
132 B
Plaintext
:##port## {
|
|
root * /usr/share/caddy
|
|
file_server
|
|
##reverse_proxy##
|
|
}
|
|
|
|
##domain##:80 {
|
|
redir https://##domain##{uri}
|
|
} |