1
0
forked from baron/baron-sso

fix: gateway oidc rewrite and abstract rules

This commit is contained in:
Lectom C Han
2026-02-02 11:27:16 +09:00
parent a92a47ad35
commit 9d1fe0fb1f
3 changed files with 14 additions and 18 deletions

View File

@@ -56,6 +56,7 @@ server {
# Hydra Public API
location /oidc {
rewrite ^/oidc/(.*)$ /$1 break;
proxy_pass $oathkeeper_upstream;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;