You've already forked Mailu
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:
@@ -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';
|
||||
|
||||
|
1
towncrier/newsfragments/3886.misc
Normal file
1
towncrier/newsfragments/3886.misc
Normal file
@@ -0,0 +1 @@
|
||||
Remove OCSP stapling by Nginx because Let's Encrypt has dropped OCSP support
|
Reference in New Issue
Block a user