Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hello,
I have followed your tutorial with success, thanks ! But now I can’t figure out how to configure Nginx to manage Jenkins Slaves via JNLP v4 protocol through 443 port ? It look’s like I have to manage websocket connections (with a specified port; 7777 for example). But I can’t split Jenkins http traffic (=> 8080) and socket traffic (=>7777) because the Nginx location parameter (location /) is the same. My conclusion is that the Nginx split must be port based…
Am I wrong ?
Thanks
Hi - thanks for this tutorial
Can you elaborate what https://your.ssl.domain.name is? I followed all along and modified this line as follow:
proxy_redirect http://localhost:8080 https://jenkins.mydomain.com;
just because in your testing configuration image you have http://jenkins.mydomain.com
so I am getting:
The server at jenkins.mydomain.com is taking too long to respond.
Not an expert on the matter as you can tell.
Note: I replaced
mydomainwith my real domain name just in case you think I literally putmydomain
Thanks for your help in advanced.
I had an issue with the proxying using nginx, solved by setting a varaible in SELinux with the command:
setsebool -P httpd_can_network_connect 1
Yes I know this article is for Ubuntu but still may be helpful if anyone is on RHEL or CentOS and use this article