docs/enhancements/20190724-only-dynamic-ssl.md
Since release 0.19.0 is possible to configure SSL certificates without the need of NGINX reloads (thanks to lua) and after release 0.24.0 the default enabled mode is dynamic.
The static configuration implies reloads, something that affects the majority of the users.
--enable-dynamic-certificates.ssl_certificate and ssl_certificate_key from each server block to the http section. These settings are required to avoid NGINX errors in the logs.--enable-dynamic-certificatesKeep both implementations