Skip to content

Commit af663de

Browse files
committed
Add HTTPS instructions
1 parent f98f2f7 commit af663de

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,17 @@ Example Playbook
112112
- emmetog.jenkins
113113
```
114114
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+
115126
Jenkins Configs
116127
---------------
117128

0 commit comments

Comments
 (0)