From 6391c08543418e9008665557edcd3d6ce321b87f Mon Sep 17 00:00:00 2001 From: David Kitchen Date: Thu, 25 Apr 2013 10:54:18 +0100 Subject: [PATCH] Fixed ssl_stapling instruction --- templates/vhost/vhost_ssl_header.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/vhost/vhost_ssl_header.erb b/templates/vhost/vhost_ssl_header.erb index d10cb8b..e651ba9 100644 --- a/templates/vhost/vhost_ssl_header.erb +++ b/templates/vhost/vhost_ssl_header.erb @@ -12,7 +12,7 @@ server { ssl_session_timeout 10m; ssl_ciphers RC4:HIGH:!aNULL:!MD5; ssl_prefer_server_ciphers on; - <% if scope.lookupvar('nginx::params::nx_ssl_stapling') == 'on' %>ssl_stapling 1;<% end %> + <% if scope.lookupvar('nginx::params::nx_ssl_stapling') == 'on' %>ssl_stapling on;<% end %> <% if scope.lookupvar('nginx::params::nx_spdy') == 'on' %>spdy_headers_comp 1;<% end %> <% proxy_set_header.each do |header| %>