diff --git a/roles/nginx-https/templates/ssl.conf.j2 b/roles/nginx-https/templates/ssl.conf.j2
index b1741f5ed6225d15a8aa4c6fde70c6b25e76821b..5c3fb54af16c19c7d4c6cddbf728caba42bf4955 100644
--- a/roles/nginx-https/templates/ssl.conf.j2
+++ b/roles/nginx-https/templates/ssl.conf.j2
@@ -7,6 +7,7 @@ ssl_dhparam {{ nginx_ssl_dhparam }};
 ssl_protocols {{ nginx_ssl_protocols }};
 ssl_ciphers {{ nginx_ssl_ciphers }};
 ssl_prefer_server_ciphers on;
+ssl_stapling on;
 
 {% if nginx_https_default_headers %}
 {% for header in nginx_https_default_headers %}