Fix another typo in the readme

This commit is contained in:
Mario Hüttel 2025-01-27 19:40:10 +01:00
parent ed1508f0ed
commit 7e36059605

View File

@ -171,7 +171,7 @@ server {
ssl_prefer_server_ciphers on; ssl_prefer_server_ciphers on;
ssl_session_cache shared:SSL:1m; ssl_session_cache shared:SSL:1m;
ssl_ession_timeout 5m; ssl_session_timeout 5m;
ssl_ciphers HIGH:!aNULL:!MD5; ssl_ciphers HIGH:!aNULL:!MD5;
error_page 502 /lab_down.html; error_page 502 /lab_down.html;