mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2025-07-01 16:46:00 +00:00
you do the do
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>
This commit is contained in:
parent
e6571c689a
commit
f2e3154211
5 changed files with 33 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue