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

openvidu-proxy: Disable Nginx version information
This commit is contained in:
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

View File

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