Eliminar la página de acceso de Bitnami Jenkins
Frecuentes
Visto 289 equipos
1 Respuestas
0
La documentación (https://wiki.bitnami.com/Components/Bitnami_info_page) says that the bnconfig tool should be used. However for me this doesn't work and I changed it manually in the apache configuration files. To do so, change in file /opt/bitnami/apache2/conf/bitnami/bitnami.conf the lines:
<VirtualHost _default_:80>
DocumentRoot "/opt/bitnami/apache2/htdocs"
y
<VirtualHost _default_:443>
DocumentRoot "/opt/bitnami/apache2/htdocs"
a:
<VirtualHost _default_:80>
DocumentRoot "/opt/bitnami/apps/jenkins/htdocs"
y
<VirtualHost _default_:443>
DocumentRoot "/opt/bitnami/apps/jenkins/htdocs"
Luego reinicia apache:
sudo /opt/bitnami/ctlscript.sh restart apache
This si brutal but it works, and the vhost (http://yourhost/jenkins should also work) :)
Note that the main documentation (https://wiki.bitnami.com/Native_Installers_Quick_Start_Guide) says in part "How to change the default page that appears when accessing the installation?" that changing it manually is the way to go, but suggest to use a modified version of the main page. I guess this is fine if you have several apps installed.
contestado el 04 de mayo de 15 a las 17:05
No es la respuesta que estás buscando? Examinar otras preguntas etiquetadas jenkins bitnami or haz tu propia pregunta.