auto: Caddyfile update 2026-03-30
This commit is contained in:
parent
9bac2deb61
commit
4f992c7a48
|
|
@ -128,7 +128,7 @@ clavitor.jongsma.me {
|
|||
redir /account/ 301
|
||||
}
|
||||
|
||||
reverse_proxy https://192.168.1.16:443 {
|
||||
reverse_proxy https://192.168.1.16:8443 {
|
||||
header_up Host {http.request.host}
|
||||
transport http {
|
||||
tls_insecure_skip_verify
|
||||
|
|
@ -148,7 +148,7 @@ clavitor.jongsma.me {
|
|||
dev.clavitor.ai {
|
||||
|
||||
|
||||
reverse_proxy https://192.168.1.16:443 {
|
||||
reverse_proxy https://192.168.1.16:8443 {
|
||||
header_up Host {http.request.host}
|
||||
transport http {
|
||||
tls_insecure_skip_verify
|
||||
|
|
@ -169,7 +169,7 @@ app.clavitor.ai {
|
|||
tls {
|
||||
ca https://acme-v02.api.letsencrypt.org/directory
|
||||
}
|
||||
reverse_proxy https://192.168.1.16:443 {
|
||||
reverse_proxy https://192.168.1.16:8443 {
|
||||
header_up Host {http.request.host}
|
||||
transport http {
|
||||
tls_insecure_skip_verify
|
||||
|
|
|
|||
Loading…
Reference in New Issue