Home
DevCentral
Search
Configure Global Search
Log In
Transactions
D1413
Change Details
Change Details
Old
New
Diff
Provision vhost and Let's encrypt include snippet to Proxy configuration is fairly standard, but tweaked to ensure compatibility with Jenkins CLI in HTTP connection mode. The docker_containers pillar entry format is switched from a list to a dictionary, to allow to store metadata like domain or port. **Area for improvement** Ideally, we should serve static files from nginx, but the container doesn't contain a nginx instance and we don't have access to those files. **References** - https://jenkins.io/doc/book/managing/cli/ - https://wiki.jenkins.io/display/JENKINS/Running+Jenkins+behind+Nginx
Provision front-end nginx configuration to serve the continuous deployment Jenkins server cd.nasqueron.org. As it's the first commit to configure this nginx instance, we take care of Let's encrypt and proxy configuration. The specific proxy configuration is fairly standard, but tweaked to ensure compatibility with Jenkins CLI in HTTP connection mode. The docker_containers pillar entry format is switched from a list to a dictionary, to allow to store metadata like domain or port. **Area for improvement** Ideally, we should serve static files from nginx, but the container doesn't contain a nginx instance and we don't have access to those files. **References** - https://jenkins.io/doc/book/managing/cli/ - https://wiki.jenkins.io/display/JENKINS/Running+Jenkins+behind+Nginx
Provision
vhost and Let's encrypt include snippet to
front-end nginx configuration to serve the continuous deployment Jenkins server cd.nasqueron.org. As it's the first commit to configure this nginx instance, we take care of Let's encrypt and proxy configuration.
P
The specific p
roxy configuration is fairly standard,
but tweaked to ensur
e
e compatibility with Jenkins CLI
compatibility with Jenkins CLI
in HTTP connection mode. The docker_containers pillar entry format is switched from a list to a dictionary, to allow to store metadata like domain or port. **Area for improvement** Ideally, we should serve static files from nginx, but the container doesn't contain a nginx instance and we don't have access to those files. **References** - https://jenkins.io/doc/book/managing/cli/ - https://wiki.jenkins.io/display/JENKINS/Running+Jenkins+behind+Nginx
Continue