gitlab in subdirectory redirects at sign out to false directory
Created by: secustor
I am not sure if this is intended behavior.
behavior: On sign-out gitlab redirects to / and not to /gitlab/. This will occure if there is no "After sign out path" set.
setup: GitlabCE 8.5.2 at subdirectory /gitlab OS: Ubuntu 14.04 nginx 1.4.6 non-bundled
from access.log of nginx: 10.22.40.105 - - [03/Mar/2016:09:16:18 +0100] "POST /gitlab/users/sign_out HTTP/1.1" 302 82 "https://kis-vm01/gitlab/" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0" 10.22.40.105 - - [03/Mar/2016:09:16:18 +0100] "GET / HTTP/1.1" 200 396 "https://kis-vm01/gitlab/" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
workaround: Set your subdirectory as "After sign out path" at "Admin Area" -> "Settings"
greetings secustor