How To Configure Nginx as a Reverse Proxy for Jenkins

preview_player
Показать описание
Need help with your Jenkins questions?

Timecodes ⏱:

00:00 Introduction
00:06 Overview
00:27 Starting point
00:50 Install Nginx
02:32 Create Jenkins configuration for Nginx
07:01 Make SELinux changes
07:40 Resolve the “reverse proxy set up is broken” error message

#jenkinstutorial

Information referenced in this video:

Reverse proxy - Nginx

Jenkins LTS 2.375.1

CloudBees on Twitter:

Darin on Twitter:
Рекомендации по теме
Комментарии
Автор

How different is it if I configure a NGINX reverse proxy in Jenkins Docker?
I have one container running Jenkins locally on PORT 9000 and a second container running NGINX with host port 5000. How can I link both of them together?

xyutsuoi
Автор

The thing for me was having the `upstream jenkins` stuff. I'm running inside a Docker container with the reverse proxy on the host. For some reason the test did not like the IP and port being listed on the proxy_pass line. Thanks for the video!

EricCosner
Автор

It worked and resolved my issue thank you very much...

Jaswa