All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 49s
chore(nginx): logs vhost + X-Request-Id; docs: logs & ops; idnot: headers Accept+Contexte; backups: snapshot, ports & http flows
15 lines
556 B
Markdown
15 lines
556 B
Markdown
# 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);
|