-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tag for 8.6.0 #646
Comments
8.6.1 is available. They are really fast :) |
there are some issues regarding relative_url with the 8.6 release. #39 (comment) |
Thank you for the info. Another option would be a |
@schmunk42 added a |
Quick Fix it should work for other sub uri than /gitlab but not tested docker exec -it gitlab bash
export RELATIVE_URL="/gitlab"
sed -i 's:try_files $uri $uri/ /index.html $uri.html @gitlab;:alias /home/git/gitlab/public/assets;:' /etc/nginx/sites-enabled/gitlab
sed -i "s:url(/assets/:url(${RELATIVE_URL}/assets/:g" application-c0f2658d29adbe2eb8bff8f10d06476438d47a6f3d756ab00e20ed87803333e9.css
sed -i "s:url(\"/assets/:url(\"${RELATIVE_URL}/assets/:g" application-c0f2658d29adbe2eb8bff8f10d06476438d47a6f3d756ab00e20ed87803333e9.css
supervisorcrl restart nginx Could you consider something like this ? maybe for a 8.6.1-beta release ? |
sameersbn
pushed a commit
that referenced
this issue
Mar 27, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think it's available from :latest, but is there a special reason why there's no 8.6.0 tag here?
The text was updated successfully, but these errors were encountered: