Skip to content

Commit d1e6a2a

Browse files
committed
Nothing actually applicable from upstream except the server_tokens change.
2 parents 6a08206 + 005ca03 commit d1e6a2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/nginx.conf.erb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ http {
1818
gzip_types <%= ENV['NGINX_GZIP_TYPES'] %>;
1919
<% end %>
2020

21+
server_tokens off;
22+
2123
log_format l2met 'measure#nginx.service=$request_time request_id=$http_x_request_id';
2224
access_log error l2met;
2325

0 commit comments

Comments
 (0)