From aee653a7d945e3bfd761628cf247c20902e24181 Mon Sep 17 00:00:00 2001 From: KiekerJan Date: Wed, 2 Jul 2025 23:21:55 +0200 Subject: [PATCH] Remove ssl stapling from nginx configuration (#2520) --- conf/nginx-ssl.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/conf/nginx-ssl.conf b/conf/nginx-ssl.conf index 621973df..ba72731a 100644 --- a/conf/nginx-ssl.conf +++ b/conf/nginx-ssl.conf @@ -12,8 +12,6 @@ ssl_session_timeout 1d; # nginx 1.5.9+ ONLY ssl_buffer_size 1400; -ssl_stapling on; -ssl_stapling_verify on; resolver 127.0.0.1 valid=86400; resolver_timeout 10;