skyline-apiserver/releasenotes/notes/support-http-as-default-5b723ad51c0995fa.yaml
Boxiang Zhu 1393aea120 feat: Support both http and https for nginx.conf.j2 template
By default, if we do not supply the ssl_certfile and ssl_keyfile,
nginx will use http.

Change-Id: Iba86cd119e1aeec892c2b663c994778b63767e3e
2022-10-21 14:59:23 +08:00

6 lines
162 B
YAML

---
features:
- |
The nginx.conf.j2 support both http and https. By default, if we
do not supply the ssl_certfile and ssl_keyfile, nginx will use http.