Incorrect route for https
Created by: mgesmundo
After login gitlab redirect to non secure page. Steps to reproduce:
- enable https into nginx server
- put https://yourgitlabserver in your address browser
- now you see in your browser http://yourgitlabserver/users/sign_in
- change address in https://yourgitlabserver/users/sign_in
- sign in
- your browser go to http://yourgitlabserver
- you can change address in https://yourgitlabserver
- now you are logged using both http and https!
Marcello