auto: Caddyfile update 2026-04-05
This commit is contained in:
parent
6fc0e2503a
commit
57b6feb0d2
12
Caddyfile
12
Caddyfile
|
|
@ -148,11 +148,7 @@ clavitor.jongsma.me {
|
|||
dev.clavitor.ai {
|
||||
|
||||
|
||||
reverse_proxy https://192.168.1.16:1984 {
|
||||
header_up Host {http.request.host}
|
||||
transport http {
|
||||
tls_insecure_skip_verify
|
||||
}
|
||||
reverse_proxy 192.168.1.16:1984 {
|
||||
}
|
||||
|
||||
header {
|
||||
|
|
@ -184,3 +180,9 @@ app.clavitor.ai {
|
|||
-Server
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
admin.dev.clavitor.ai {
|
||||
reverse_proxy 192.168.1.16:1985
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue