Nginx: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Configuration == | |||
* Directives cannot be overwritten or added to in later files, e.g. <code>ssl_protocols</code> | |||
== HTTPS == | == HTTPS == | ||
* nginx 1.13 or higher is required for TLS 1.3 | * nginx 1.13 or higher is required for TLS 1.3 | ||
== Links == | |||
* [https://ma.ttias.be/enable-tls-1-3-nginx/ How to enable TLS 1.3 on Nginx] | |||
* [https://raymii.org/s/tutorials/Strong_SSL_Security_On_nginx.html Strong SSL Security on nginx] |
Latest revision as of 14:07, 4 September 2019
Configuration
- Directives cannot be overwritten or added to in later files, e.g.
ssl_protocols
HTTPS
- nginx 1.13 or higher is required for TLS 1.3