1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-09-16 09:06:32 +02:00

Remove OCSP stapling by Nginx

This commit is contained in:
Sven Schwyn
2025-08-12 16:58:44 +02:00
parent d615fe4e98
commit bf8e98e200
2 changed files with 1 additions and 2 deletions

View File

@@ -116,8 +116,6 @@ http {
{% endif %}
include /etc/nginx/tls.conf;
ssl_stapling on;
ssl_stapling_verify on;
ssl_session_cache shared:SSLHTTP:3m;
add_header Strict-Transport-Security 'max-age=31536000';

View File

@@ -0,0 +1 @@
Remove OCSP stapling by Nginx because Let's Encrypt has dropped OCSP support