boring-nginx: set ssl_dyn_rec_enable (closes #129)

This commit is contained in:
Wonderfall 2017-02-22 00:42:07 +01:00
parent 58764d7722
commit bd3e5d94a9

View File

@ -16,6 +16,8 @@ http {
more_set_headers 'Server: secret'; more_set_headers 'Server: secret';
ssl_dyn_rec_enable on;
include /etc/nginx/conf/mime.types; include /etc/nginx/conf/mime.types;
default_type application/octet-stream; default_type application/octet-stream;