Question
how to edit the nginx in one-clikc apps? i have followed this and set the gitlab done
i have followed this and set the gitlab done https://www.digitalocean.com/community/tutorials/how-to-use-the-gitlab-one-click-install-image-to-manage-git-repositories
now i need set another app (in port 9700) in the server and how could i edit the nginx?(i try lsof -i :80 and find it was nginx that gitlab use) but i couldn’t find nginx setting file so i try (sudo apt-get install nginx) and it works (i find the setting file in /etc/nginx and i edit it and restart nginx but nothing worked), this is confused, does this ubuntu already has a nginx?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
So you want to have gitlab running on port HTTP/80 right? and another instance of nginx on port 9700?
You need to edit the
/etc/nginx/sites-enabled/default
file and setup the prot for the standard app there