mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-01 14:45:38 +00:00
boring-nginx: set ssl_dyn_rec_enable (closes #129)
This commit is contained in:
@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user