excludes /health route of pseudomizer frontend from oauth2 for updown alerting

This commit is contained in:
2026-01-14 19:25:29 +01:00
committed by Jannik Kramer
parent 52e5a3b0d8
commit 9633ca96e5

View File

@@ -35,6 +35,10 @@ pdf.consider-it.de {
}
pseudo.cortex.consider-funding.de {
handle /health {
reverse_proxy http://transcript-pseudomizer-frontend:5000
}
import oauth2 pseudo.cortex.consider-funding.de {
reverse_proxy http://transcript-pseudomizer-frontend:5000
}