Mercurial Hosting > luan
diff host/startup/nginx/nginx_master.conf.luan @ 2139:68b055359b2b nginx_decoupled
old macos doesn't support SSLv1.3, remove
| author | Violet7 |
|---|---|
| date | Mon, 19 Jan 2026 20:29:52 -0800 |
| parents | 67b504ba388c |
| children |
line wrap: on
line diff
--- a/host/startup/nginx/nginx_master.conf.luan Mon Jan 19 20:27:02 2026 -0800 +++ b/host/startup/nginx/nginx_master.conf.luan Mon Jan 19 20:29:52 2026 -0800 @@ -40,7 +40,7 @@ # SSL Settings ## - ssl_protocols TLSv1 TLSv1.1 TLSv1.2 TLSv1.3; # Dropping SSLv3, ref: POODLE + ssl_protocols TLSv1 TLSv1.1 TLSv1.2; ssl_prefer_server_ciphers on; ##
