Added headers to signal to invenio that caddy handles TLS

This commit is contained in:
2025-01-29 12:44:29 +00:00
parent 9eb017a177
commit f36fc80f76

View File

@@ -19,7 +19,12 @@
}
handle /repo* {
uri strip_prefix /repo
reverse_proxy am-d-model-data-repository-frontend:80
reverse_proxy am-d-model-data-repository-frontend:80 {
header_up X-Forwarded-Proto https
header_up X-Forwarded-For {remote}
header_up X-Real-IP {remote}
header_up Host {host}
}
}
}