mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2024-11-12 17:42:24 +00:00
Andrei Jiroh Halili
5123aa45ba
I did some import magic to keep the main Caddyfile at parent directory clean. Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>
11 lines
244 B
Caddyfile
11 lines
244 B
Caddyfile
# Caddyfile configuration for p.psf.lt
|
|
http://ajhalili2006.p.projectsegfau.lt {
|
|
bind unix/.webserver.sock|777
|
|
handle * {
|
|
redir https://andreijiroh.xyz{uri}
|
|
}
|
|
handle /things/* {
|
|
redir https://cdn.andreijiroh.xyz/{uri}
|
|
encode gzip
|
|
}
|
|
}
|