pas commented on issue #1199: Provide mechanism for hosting in subdirs behind reverse proxies URL: https://github.com/apache/couchdb-fauxton/issues/1199#issuecomment-564931526 **!Use with caution!** The following fix handles this problem: [Fix db url in fetchDatabaseInfo()](https://github.com/apache/couchdb-fauxton/commit/49518da097331bde11fbe9c06d2931c5b55b0ec9) If you want to be bold, then you can add the change manually. Go and replace the following part in your bundle.xxx.js in folder /opt/couchdb/share/www `var t=r.default.urls("databaseBaseUrl","server",e),n=u.default.getServerUrl(t);` with `n=r.default.urls("databaseBaseUrl","server",e);`
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
