NicolasCantu 7c5c4ab334
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 49s
ci: docker_tag=dev-test
chore(nginx): logs vhost + X-Request-Id; docs: logs & ops; idnot: headers Accept+Contexte; backups: snapshot, ports & http flows
2025-09-25 09:18:58 +02:00

556 B

HTTP flows summary

Nginx (dev3.4nkweb.com) proxy_pass lines

40: proxy_pass http://127.0.0.1:8080; 56: proxy_pass http://localhost:3004; 65: proxy_pass http://localhost:8090; 96: proxy_pass http://localhost:8080; 134: proxy_pass http://127.0.0.1:8080; 164: proxy_pass http://127.0.0.1:8080;

Express routes (src/routes/index.ts)

14:router.post('/api/v1/idnot/state', StateHandlers.createState); 15:router.get('/idnot/callback', IdNotCallbackHandlers.callback); 16:router.get('/authorized-client', IdNotCallbackHandlers.callback);