|
@@ -11,8 +11,9 @@ server {
|
|
|
|
|
|
|
|
ssl_certificate %ssl_pem%;
|
|
ssl_certificate %ssl_pem%;
|
|
|
ssl_certificate_key %ssl_key%;
|
|
ssl_certificate_key %ssl_key%;
|
|
|
- ssl_stapling on;
|
|
|
|
|
- ssl_stapling_verify on;
|
|
|
|
|
|
|
+ #Commented out ssl_stapling directives due to Lets Encrypt ending OCSP support in 2025
|
|
|
|
|
+ #ssl_stapling on;
|
|
|
|
|
+ #ssl_stapling_verify on;
|
|
|
|
|
|
|
|
# TLS 1.3 0-RTT anti-replay
|
|
# TLS 1.3 0-RTT anti-replay
|
|
|
if ($anti_replay = 307) { return 307 https://$host$request_uri; }
|
|
if ($anti_replay = 307) { return 307 https://$host$request_uri; }
|