can't be access when it mounted on a subfolder behind nginx
for example:
this site is on http://localhost/a/b/c/bull-board. the path /a/b/c is nginx proxy_pass and bull-board is container. in the container, all pages are on /, but it will make browser to redirect to http://localhost/
can't be access when it mounted on a subfolder behind nginx
for example: this site is on
http://localhost/a/b/c/bull-board
. the path/a/b/c
is nginxproxy_pass
andbull-board
is container. in the container, all pages are on/
, but it will make browser to redirect tohttp://localhost/
https://github.com/felixmosh/bull-board/blob/master/README.md#hosting-router-on-a-sub-path