auto: Caddyfile update 2026-03-20
This commit is contained in:
parent
34e5309d1e
commit
37a8776307
11
Caddyfile
11
Caddyfile
|
|
@ -48,7 +48,7 @@ dev.inou.com {
|
|||
}
|
||||
}
|
||||
|
||||
flourishevents.nl, www.flourishevents.nl {
|
||||
flourishevents.nl, www.flourishevents.nl, flourish.jongsma.me {
|
||||
root * /var/www/flourishevents
|
||||
file_server
|
||||
}
|
||||
|
|
@ -118,6 +118,15 @@ hass.jongsma.me {
|
|||
}
|
||||
|
||||
vault1984.jongsma.me, vault1984.jongsma.me:1984 {
|
||||
handle_path /account/* {
|
||||
reverse_proxy 192.168.1.16:8098
|
||||
}
|
||||
|
||||
@account path /account
|
||||
handle @account {
|
||||
redir /account/ 301
|
||||
}
|
||||
|
||||
reverse_proxy 192.168.1.16:1984
|
||||
|
||||
header {
|
||||
|
|
|
|||
Loading…
Reference in New Issue