mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2025-02-21 20:52:06 +00:00
12 lines
244 B
Text
12 lines
244 B
Text
|
# 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
|
||
|
}
|
||
|
}
|