15 lines
311 B
Caddyfile
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"
|
|
}
|