Search found 1 match
- Sun Feb 05, 2017 12:15 am
- Forum: Web Server
- Topic: Setup GitLab to run on a subdomain
- Replies: 6
- Views: 13114
Re: Setup GitLab to run on a subdomain
Was having the same problem. It seems the firewall was not releasing the required ports. I was able to solve these commands. # Sudo systemctl start firewalld.service (Services will be unavailable) # Sudo systemctl stop firewalld.service (Here I deactivate all services) Restart the server. And it wil...