mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-07-03 23:10:54 +00:00
Remove ssl stapling from nginx configuration (#2520)
This commit is contained in:
parent
dc79ad5bd9
commit
aee653a7d9
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user