How to run openedx with prefix behind reverse proxy?

Hello everyone!

In our institution we configured proxy and want to run openedx under prefix /lms. How to do that? Because redirection works, but no css or js file loaded. To all assets prefix is required. Which env is configure it?

Thanks in advance.

@blacky_i That will likely be difficult to achieve, as Open edX generally assumes managing its full domain URL space - it will be far easier to give it a subdomain, ie “lms.yourwebsite.com” instead of “yourwebsite.com/lms”. But if you were to really want to do this, I would start by looking at the nginx & URL configuration options in the configuration repo, to try to do this outside of the main code base using reverse proxying.