Skip to content

Commit 7e1755d

Browse files
author
Kristan Kenney
committed
Enable OCSP/SSL stapling support for webmail
1 parent 4d792cc commit 7e1755d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

install/deb/templates/mail/nginx/default.stpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ server {
33
server_name %domain% %alias%;
44
ssl_certificate %ssl_pem%;
55
ssl_certificate_key %ssl_key%;
6+
ssl_stapling on;
7+
ssl_stapling_verify on;
68
root /var/lib/roundcube;
79
index index.php index.html index.htm;
810
access_log /var/log/nginx/domains/%domain%.log combined;

0 commit comments

Comments
 (0)