1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-07-02 23:00:54 +00:00

Remove ssl stapling from nginx configuration (#2520)

This commit is contained in:
KiekerJan 2025-07-02 23:21:55 +02:00 committed by GitHub
parent dc79ad5bd9
commit aee653a7d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,8 +12,6 @@ ssl_session_timeout 1d;
# nginx 1.5.9+ ONLY # nginx 1.5.9+ ONLY
ssl_buffer_size 1400; ssl_buffer_size 1400;
ssl_stapling on;
ssl_stapling_verify on;
resolver 127.0.0.1 valid=86400; resolver 127.0.0.1 valid=86400;
resolver_timeout 10; resolver_timeout 10;