Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question]: Is there a method to host the ragflow server at a custom base path? #843

Open
venkat-ril opened this issue May 20, 2024 · 2 comments
Labels
question Further information is requested

Comments

@venkat-ril
Copy link

Describe your problem

Currently ragflow is hosted at 127.0.0.1:9380, are there settings to host it with a base path for the server for e.g 127.0.0.1:9380/ragflow?

@venkat-ril venkat-ril added the question Further information is requested label May 20, 2024
@KevinHuSh
Copy link
Collaborator

You could use Nginx upstream to full fill this feature.

@venkat-ril
Copy link
Author

venkat-ril commented May 23, 2024

all resources(Javascript/CSS/etc) getting accessed from the UI will be unable to get to this route as the will still be trying to use the default base path '/'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants