openvidu-proxy: Disable Nginx version information

It is a good practice for server hardening to not display any server
component version information, thus this should be disabled for Nginx.
pull/562/head
Robert Scheck 2020-11-19 11:28:09 +01:00
parent 9b05739ea6
commit b35d210466
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ http {
#gzip on;
server_tokens off;
include /etc/nginx/conf.d/*.conf;
include /etc/nginx/vhost.d/*.conf;
}