Hi,
I’m trying to install Gitlab on my Ubuntu server (using apache2) with an external no-subdomain configuration. I have followed the official guideline of installation, and changed the gitlab.rb external_url into “https://mydomain/dev” and execute reconfigure afterwards.
I have an apache2 web server, with a webpage on https://mydomain.com/ on /var/www location. My site uses SSL and rewrite mode so that http requests are redirect to https (using letsencrypt certificate) by HSTS.
The issue I have is that even if I set the gitlab.rb to use the /dev website, it doesn’t work. I have tried lots of tips found from Google, but I wasn’t able to solve this. Does anybody knows what I have to do in order to configure apache and gitlab to use /dev separately from https://mydomain/, which has my webstie?