reverse: add ocsp stapling support

This commit is contained in:
root
2017-09-18 18:50:55 +02:00
parent 43b9cb8c41
commit c8ca237ca7
3 changed files with 13 additions and 1 deletions

View File

@ -18,6 +18,7 @@ server {
include /nginx/conf.d/ssl.conf;
include /nginx/conf.d/headers.conf;
include /nginx/conf.d/hsts.conf;
include /nginx/conf.d/ocsp.conf;
include /nginx/path.d/<frontend_domain>/*.conf;