Remove stapling from nginx config

Letsencrypt ends its support: https://letsencrypt.org/2024/12/05/ending-ocsp/
This commit is contained in:
Chocobozzz 2025-02-07 09:47:35 +01:00
parent 448043fc81
commit 0abaaa8ccb
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 0 additions and 2 deletions

View File

@ -50,8 +50,6 @@ server {
ssl_session_timeout 1d; # defaults to 5m
ssl_session_cache shared:SSL:10m; # estimated to 40k sessions
ssl_session_tickets off;
ssl_stapling on;
ssl_stapling_verify on;
# HSTS (https://hstspreload.org), requires to be copied in 'location' sections that have add_header directives
#add_header Strict-Transport-Security "max-age=63072000; includeSubDomains";