Install Jenkins on CentOS as a Service
…king like the following: <VirtualHost *:80> ServerName jenkins.doublesharp.com DocumentRoot /var/www/html ProxyPass / http://localhost:8080/ nocanon ProxyPassReverse / http://localhost:8080/ ProxyRequests Off ProxyPreserveHost On <Proxy http://localhost:8080/*> Order deny,allow Allow from all </Proxy> # If using reverse proxy from SSL #Header edit Location ^http: https: </VirtualHost> Complete the setup by restarting Apache. service httpd restart…