How to adjust the request address of the dify community version, for example:
Change difyip:port/ to difyip:port/dify/, automatically appending /dify/ at the end.
The main reason is that service A needs to be integrated with Chatflow released by dify. However, users cannot access dify. Therefore, I want to use the nginx proxy of service A to access dify, in order to solve the problem of the embedded service being inaccessible. Aip:port/dify
Previous attempts:
Attempting to adjust the URL of the web container as described on GitHub did not solve the problem.