fix: IAM warning, nginx doc, fail-fast IAM_API_URL + bump 0.5.20

- src/routes/oidc.js: console.error при IAM fallback вместо warn
- server.js: проверка IAM_API_URL в production mode
- docs/devops-deploy.md: X-Forwarded-Proto в nginx config
This commit is contained in:
2026-06-04 15:33:32 +03:00
parent 7b66b94774
commit 99796202cb
5 changed files with 67 additions and 2 deletions
+1
View File
@@ -136,6 +136,7 @@ server {
location / {
proxy_pass http://127.0.0.1:3001;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;