8 lines
133 B
Caddyfile
8 lines
133 B
Caddyfile
cything.io {
|
|
uri strip_prefix /blog
|
|
reverse_proxy localhost:8084
|
|
}
|
|
|
|
www.cything.io {
|
|
redir https://cything.io{uri} permanent
|
|
}
|