1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-07 16:17:23 +01: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

View File

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