Revert "Added invenio health check to caddy config"

This reverts commit 4c902b6768.
This commit is contained in:
2025-02-14 15:57:28 +00:00
parent f292606126
commit 339ff53305

View File

@@ -14,13 +14,7 @@ am-d-model.eu {
invenio.am-d-model.eu {
root /static/* /opt/invenio/var/instance/static
try_files {path} {path}/ /index.html
reverse_proxy invenio-rdm:5000 {
health_uri /ping
health_interval 30s
health_timeout 10s
health_status 200
}
reverse_proxy invenio-rdm:5000
file_server
encode gzip
}