Merge pull request #562 from robert-scheck/nginx-version

openvidu-proxy: Disable Nginx version information
pull/567/head
Carlos Ruiz Ballesteros 2020-11-23 21:32:53 +01:00 committed by GitHub
commit ed2096c18e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}