Skip to content

Reverse Proxy configuration with HTTPS for Jenkins, Sonarqube and Nexus. Based on RHEL 7 Apache config.

License

Notifications You must be signed in to change notification settings

nubenetes/apache-reverse-proxy-jenkins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Apache Reverse Proxy for Jenkins

Reverse Proxy configuration with HTTPS for Jenkins, Sonarqube and Nexus. Based on CentOS 7.8 Apache config (equivalent to RHEL 7.8).

This repo contains the configuration files of CentOS 7.8 Apache available in /etc/httpd. They have been modified in order to set up Apache as reverse proxy for:

Tool URL
Jenkins https://<myserver.mydomain.com>/jenkins
SonarQube https://<myserver.mydomain.com>/sonar
Nexus 3 https://<myserver.mydomain.com>/nexus
Pgadmin4 https://<myserver.mydomain.com>/pgadmin4

All the above tools were deployed in the same linux box as a simple but complete CI/CD toolchain. PostgreSQL was also deployed locally since it was required by SonarQube, being this is the reason why Pgadmin4 was also setup locally. None of them were deployed as containers, instead traditional installations were applied to make sure the outcome was simple and easy to manage by a small development team.

About

Reverse Proxy configuration with HTTPS for Jenkins, Sonarqube and Nexus. Based on RHEL 7 Apache config.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published