We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f98f2f7 commit af663deCopy full SHA for af663de
README.md
@@ -112,6 +112,17 @@ Example Playbook
112
- emmetog.jenkins
113
```
114
115
+HTTPS
116
+-----
117
+
118
+If you want to enable HTTPS on jenkins we recommend that you use a
119
+reverse proxy like [jwilder/nginx-proxy](https://github.com/jwilder/nginx-proxy)
120
+or [traefik](https://github.com/containous/traefik) and configure it
121
+as the HTTPS endpoint instead of configuring jenkins itself with HTTPS.
122
+This gives you more flexibility and better separation of concerns. See
123
+the documentation in those projects for more details on how to deploy
124
+the proxies and configure HTTPS.
125
126
Jenkins Configs
127
---------------
128
0 commit comments