

However, if you already have an existing website, you will eventually find out that your existing website is replaced by GitLab you have just installed. If this is the only and first website for your server, then you can just use it without any issues. To install GitLab, please type the following commands to install gitlab-ce: sudo apt-get install curl openssh-server ca-certificates postfix The article presents the way to add GitLab on existing Apache server using reverse proxy approach. The easiest way is to assign different ports on two different servers, but it may not be the good way because visitors have to remember the specified port every time they connect. Therefore, if you already have an existing web server, you may need some extra work to use both your existing websites and GitLab at the same time. GitLab works under built-in Nginx web server engine by default.
