mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2024-11-10 00:59:38 +00:00
adjust redirects for Nest Caddyfile config
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>
This commit is contained in:
parent
14d103b634
commit
d720f88a7b
1 changed files with 8 additions and 3 deletions
|
@ -14,10 +14,15 @@ http://ajhalili2006.hackclub.app {
|
|||
http://hackclub.beta.lorebooks.wiki {
|
||||
bind unix/.hackclub.beta.lorebooks.wiki.webserver.sock|777
|
||||
|
||||
# Add your Caddy directives here!
|
||||
redir https://hackclub.wiki{uri}
|
||||
}
|
||||
http://hackclub.lorebooks.wiki {
|
||||
bind unix/.hackclub.lorebooks.wiki.webserver.sock|777
|
||||
|
||||
redir https://hackclub.beta.lorebooks.wiki{uri}
|
||||
redir https://hackclub.wiki{uri}
|
||||
}
|
||||
|
||||
http://matrix.andreijiroh.dev {
|
||||
bind unix/.matrix.andreijiroh.dev.webserver.sock|777
|
||||
|
||||
}
|
Loading…
Reference in a new issue