you do the do

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>
This commit is contained in:
Andrei Jiroh Halili 2024-12-23 11:17:52 +00:00
parent e6571c689a
commit f2e3154211
5 changed files with 33 additions and 7 deletions

View file

@ -2,14 +2,19 @@
http://ajhalili2006.hackclub.app {
bind unix/.webserver.sock|777
handle * {
redir https://andreijiroh.xyz{uri}
redir https://andreijiroh.dev{uri}
}
handle /things/* {
redir https://cdn.andreijiroh.xyz/{uri}
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