Files

27 lines
558 B
Caddyfile

# OpenWebUI
openwebui.example.org {
import tls_estricto
import seguridad_basica
import log_json_global
import healthz_path http://10.10.10.20:2960 /
@conduit_combined {
header X-App-Token TuTokenSecreto
path /api/* /ws*
}
route {
handle @conduit_combined {
reverse_proxy http://10.10.10.20:2960 {
import ip_headers
}
}
handle {
reverse_proxy http://10.10.10.20:2960 {
import ip_headers
}
}
}
}