adjust redirects for Nest Caddyfile config

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>
This commit is contained in:
Andrei Jiroh Halili 2024-09-07 15:17:43 +00:00
parent 14d103b634
commit d720f88a7b
No known key found for this signature in database
GPG key ID: 67BFC91B3DA12BE8

View file

@ -14,10 +14,15 @@ http://ajhalili2006.hackclub.app {
http://hackclub.beta.lorebooks.wiki { http://hackclub.beta.lorebooks.wiki {
bind unix/.hackclub.beta.lorebooks.wiki.webserver.sock|777 bind unix/.hackclub.beta.lorebooks.wiki.webserver.sock|777
# Add your Caddy directives here! redir https://hackclub.wiki{uri}
} }
http://hackclub.lorebooks.wiki { http://hackclub.lorebooks.wiki {
bind unix/.hackclub.lorebooks.wiki.webserver.sock|777 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
} }