From bd3e5d94a90dd3674b81f646f911d41ae6f699d1 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Wed, 22 Feb 2017 00:42:07 +0100 Subject: [PATCH] boring-nginx: set ssl_dyn_rec_enable (closes #129) --- boring-nginx/nginx.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/boring-nginx/nginx.conf b/boring-nginx/nginx.conf index 352cd59..070688c 100644 --- a/boring-nginx/nginx.conf +++ b/boring-nginx/nginx.conf @@ -16,6 +16,8 @@ http { more_set_headers 'Server: secret'; + ssl_dyn_rec_enable on; + include /etc/nginx/conf/mime.types; default_type application/octet-stream;