You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 14, 2021. It is now read-only.
It would be nice if nginx could map accesses from "http://my_web_application/some_prefix/endpoint1" to "http://my_application_backend:8000/endpoint1".
This can be achieved by using "location prefix" instead of "location /" in the application proxy declaration.
The text was updated successfully, but these errors were encountered: