27 lines
617 B
Caddyfile
27 lines
617 B
Caddyfile
www.midou.dev midou.dev {
|
|
# reverse_proxy https://midou36o.github.io {
|
|
# header_up Host {http.reverse_proxy.upstream.hostport}
|
|
# }
|
|
#root * /var/www/midouwebsite
|
|
reverse_proxy :3000
|
|
# Apparently sveltekit built apps needs to have strict path tries.
|
|
#try_files {path} {path}/index.html {path}.html =404
|
|
#file_server
|
|
}
|
|
file.midou.dev {
|
|
reverse_proxy :8986
|
|
}
|
|
fastdl.midou.dev {
|
|
root * /srv/fastdl-tf2
|
|
file_server browse
|
|
}
|
|
aryak.me {
|
|
reverse_proxy https://prox-arya.p.projectsegfau.lt {
|
|
header_up Host prox-arya.p.projectsegfau.lt
|
|
}
|
|
}
|
|
arya.projectsegfau.lt {
|
|
redir https://aryak.me{uri}
|
|
import acmedns
|
|
}
|