sf-static/temp/caddy/Caddyfile
2023-02-28 19:21:07 +01:00

15 lines
311 B
Caddyfile

altweb.me {
respond * "<html><body style='color:brown; display:flex; align-items:center; justify-content:center;'><h1>altweb.me<h1></body><html>"
}
test.altweb.me {
respond * "this is a subdomain"
}
s9.altweb.me {
reverse_proxy 127.0.0.1:9999
}
li118-232.members.linode.com {
respond * "li118-232"
}