Disable server_tokens

This commit is contained in:
schmelczerandras 2020-08-11 22:37:44 +02:00
parent 5777e5112e
commit e3c4d7fefd

View file

@ -9,6 +9,7 @@ events {
}
http {
server_tokens off;
include /etc/nginx/mime.types;
default_type application/octet-stream;