Hi There,
I'm fighting with Swagger UI behind an NGINX Reverse Proxy. The ugly answer: Using Apache with ProxyPassReverse will work immediately.
So the solution should be adding the right headers to the Proxy Request. But I couldn't find any documentation, which Headers are needed by swagger to build the request URL.
Could someone tell me them?
Bests
Chris