mirror of
https://github.com/proxysu/ProxySU.git
synced 2024-11-23 13:46:08 +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}
|
||
|
}
|