You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While building a reverse proxy solution ( see #66 ), I noticed the management page refers to the other pages (like /users), as well as the CSS file, with an absolute path: @import "/mgmt/css/primer.css". This doesn't work if mgmt has been mapped to a non-root path, such as: https://PROXY-SERVER/git-lfs/mgmt.
Could it be "../users" and "../css/primer.css" instead, or alternatively, use LFS_HOST to build the absolute URLs?
The text was updated successfully, but these errors were encountered:
elonen
changed the title
Management CSS path should probably be relative
Management URLs should probably be relative
Sep 28, 2017
elonen
changed the title
Management URLs should probably be relative
Management URLs should be relative
Sep 28, 2017
While building a reverse proxy solution ( see #66 ), I noticed the management page refers to the other pages (like /users), as well as the CSS file, with an absolute path:
@import "/mgmt/css/primer.css"
. This doesn't work if mgmt has been mapped to a non-root path, such as:https://PROXY-SERVER/git-lfs/mgmt
.Could it be "../users" and "../css/primer.css" instead, or alternatively, use LFS_HOST to build the absolute URLs?
The text was updated successfully, but these errors were encountered: