jakub
5 years agoNew Contributor
Swagger behind Nginx instead of Zuul
How does Zuul make it swagger on http://foo-service:8080 works correctly for external access from http://public.com/foo-service ? I have a task to replace Zuul with nginx (It's not my decision, I...
- 5 years ago
Hip Hip ...
proxy_set_header X-Forwarded-Prefix /foo-service/;
helps.