Re-using webserver used by Gitlab CE

Clash Royale CLAN TAG#URR8PPP up vote
0
down vote
favorite
I have installed Gitlab CE on my Ubuntu 18.04 machine and it is working fine. Now I would like to host some more webpages (not related to Git) on the same machine. Since Gitlab is already using a webserver I thought of reusing it.
Which webserver is used by Gitlab EE for the default installation? How can I add more webpages to the same webserver?
I thought nginx will be webserver, but could not locate the directory!
webserver gitlab
add a comment |Â
up vote
0
down vote
favorite
I have installed Gitlab CE on my Ubuntu 18.04 machine and it is working fine. Now I would like to host some more webpages (not related to Git) on the same machine. Since Gitlab is already using a webserver I thought of reusing it.
Which webserver is used by Gitlab EE for the default installation? How can I add more webpages to the same webserver?
I thought nginx will be webserver, but could not locate the directory!
webserver gitlab
sudo netstat -nlpwill tell you what process runs on which port.
â Klaus D.
Jun 7 at 5:27
since we're talking about a web server, listing programs that listen on tcp ports should be sufficient :sudo netstat -tlp
â pim
Jun 7 at 5:40
Using the command netstat I found that nginx is the webserver. But I think, it installed from the bundled binary installation file of Gitlab CE.
â Soo
Jun 7 at 5:56
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have installed Gitlab CE on my Ubuntu 18.04 machine and it is working fine. Now I would like to host some more webpages (not related to Git) on the same machine. Since Gitlab is already using a webserver I thought of reusing it.
Which webserver is used by Gitlab EE for the default installation? How can I add more webpages to the same webserver?
I thought nginx will be webserver, but could not locate the directory!
webserver gitlab
I have installed Gitlab CE on my Ubuntu 18.04 machine and it is working fine. Now I would like to host some more webpages (not related to Git) on the same machine. Since Gitlab is already using a webserver I thought of reusing it.
Which webserver is used by Gitlab EE for the default installation? How can I add more webpages to the same webserver?
I thought nginx will be webserver, but could not locate the directory!
webserver gitlab
asked Jun 7 at 4:44
Soo
615
615
sudo netstat -nlpwill tell you what process runs on which port.
â Klaus D.
Jun 7 at 5:27
since we're talking about a web server, listing programs that listen on tcp ports should be sufficient :sudo netstat -tlp
â pim
Jun 7 at 5:40
Using the command netstat I found that nginx is the webserver. But I think, it installed from the bundled binary installation file of Gitlab CE.
â Soo
Jun 7 at 5:56
add a comment |Â
sudo netstat -nlpwill tell you what process runs on which port.
â Klaus D.
Jun 7 at 5:27
since we're talking about a web server, listing programs that listen on tcp ports should be sufficient :sudo netstat -tlp
â pim
Jun 7 at 5:40
Using the command netstat I found that nginx is the webserver. But I think, it installed from the bundled binary installation file of Gitlab CE.
â Soo
Jun 7 at 5:56
sudo netstat -nlp will tell you what process runs on which port.â Klaus D.
Jun 7 at 5:27
sudo netstat -nlp will tell you what process runs on which port.â Klaus D.
Jun 7 at 5:27
since we're talking about a web server, listing programs that listen on tcp ports should be sufficient :
sudo netstat -tlpâ pim
Jun 7 at 5:40
since we're talking about a web server, listing programs that listen on tcp ports should be sufficient :
sudo netstat -tlpâ pim
Jun 7 at 5:40
Using the command netstat I found that nginx is the webserver. But I think, it installed from the bundled binary installation file of Gitlab CE.
â Soo
Jun 7 at 5:56
Using the command netstat I found that nginx is the webserver. But I think, it installed from the bundled binary installation file of Gitlab CE.
â Soo
Jun 7 at 5:56
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1044350%2fre-using-webserver-used-by-gitlab-ce%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
sudo netstat -nlpwill tell you what process runs on which port.â Klaus D.
Jun 7 at 5:27
since we're talking about a web server, listing programs that listen on tcp ports should be sufficient :
sudo netstat -tlpâ pim
Jun 7 at 5:40
Using the command netstat I found that nginx is the webserver. But I think, it installed from the bundled binary installation file of Gitlab CE.
â Soo
Jun 7 at 5:56