Forum Discussion

jakub's avatar
jakub
New Contributor
4 years ago
Solved

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...
  • jakub's avatar
    4 years ago

    Hip Hip ...

    proxy_set_header X-Forwarded-Prefix /foo-service/;

    helps.