From 7e36059605b857811585152260279de7e2deeed2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Mon, 27 Jan 2025 19:40:10 +0100 Subject: [PATCH] Fix another typo in the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ae4f62..38bfcb6 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ server { ssl_prefer_server_ciphers on; ssl_session_cache shared:SSL:1m; - ssl_ession_timeout 5m; + ssl_session_timeout 5m; ssl_ciphers HIGH:!aNULL:!MD5; error_page 502 /lab_down.html;