ragflow
ragflow copied to clipboard
[Question]: Is there a method to host the ragflow server at a custom base path?
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?
You could use Nginx upstream to full fill this feature.
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 '/'.