mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 04:19:18 +00:00
boring-nginx: set ssl_dyn_rec_enable (closes #129)
This commit is contained in:
parent
58764d7722
commit
bd3e5d94a9
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user