Nginx: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
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 |
Revision as of 10:39, 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