Closed bkanuka closed 6 years ago
Yeah quick fix:
In:
https://github.com/soyuka/explorer/blob/master/views/index.haml#L4
Add:
%base{href: app_root}
Should work. Maybe we need to remove the prefixed app_root
on stylesheet + javascript after that change.
I'm having trouble getting this to run under a subdirectory/url like
example.com/files
. It seems to work for the most part, but not all the url's in explorer respect theapp_root
setting. Some point toexample.com/download
rather thanexample.com/files/download
My nginx config is: