mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2025-04-03 18:24:15 +00:00
54 lines
1.2 KiB
Caddyfile
54 lines
1.2 KiB
Caddyfile
# Caddyfile configuration for Hack Club Nest
|
|
http://ajhalili2006.hackclub.app {
|
|
bind unix/.webserver.sock|777
|
|
handle * {
|
|
redir https://andreijiroh.dev{uri}
|
|
}
|
|
handle /things/* {
|
|
redir https://cdn.andreijiroh.dev/{uri}
|
|
encode gzip
|
|
}
|
|
}
|
|
|
|
http://leeksbot.ajhalili2006.hackclub.app {
|
|
bind unix/.leeksbot.ajhalili2006.hackclub.app.webserver.sock|777
|
|
reverse_proxy localhost:34977
|
|
}
|
|
|
|
# Custom domains
|
|
http://hackclub.beta.lorebooks.wiki {
|
|
bind unix/.hackclub.beta.lorebooks.wiki.webserver.sock|777
|
|
|
|
redir https://hackclub.wiki{uri}
|
|
}
|
|
http://hackclub.lorebooks.wiki {
|
|
bind unix/.hackclub.lorebooks.wiki.webserver.sock|777
|
|
|
|
redir https://hackclub.wiki{uri}
|
|
}
|
|
|
|
http://matrix.andreijiroh.dev {
|
|
bind unix/.matrix.andreijiroh.dev.webserver.sock|777
|
|
|
|
}
|
|
|
|
http://blog.andreijiroh.dev {
|
|
bind unix/.blog.andreijiroh.dev.webserver.sock|777
|
|
reverse_proxy localhost:33291 {
|
|
header_up X-Forwarded-Proto https
|
|
}
|
|
}
|
|
|
|
http://notepad.recaptime.dev {
|
|
bind unix/.notepad.recaptime.dev.webserver.sock|777
|
|
reverse_proxy localhost:34171 {
|
|
header_up X-Forwarded-Proto https
|
|
}
|
|
}
|
|
|
|
http://blog.recaptime.dev {
|
|
bind unix/.blog.recaptime.dev.webserver.sock|777
|
|
reverse_proxy localhost:37023 {
|
|
header_up X-Forwarded-Proto https
|
|
}
|
|
}
|