Hi,
Firstly, I’m sorry, but my English is not perfect. I’d like to run my web server (NodeJS) on the same server where my GitLab is running. I changed in gitlab.rb the external_url from mydomain.com to mydomain.com:8000. Reconfigured and restarted Gitlab. It works fine, I can reach gitlab on mydomain.com:8000, but port 80 is already in use. I’ve tried to uncomment and change nginx[‘listen_port’] = 80 to 8000, but it’s not working. Port 80 is already in use.
Can somebody help me to solve this problem?
Thank you,