mirror of https://github.com/OpenVidu/openvidu.git
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
parent
9b05739ea6
commit
b35d210466
|
@ -27,6 +27,8 @@ http {
|
||||||
|
|
||||||
#gzip on;
|
#gzip on;
|
||||||
|
|
||||||
|
server_tokens off;
|
||||||
|
|
||||||
include /etc/nginx/conf.d/*.conf;
|
include /etc/nginx/conf.d/*.conf;
|
||||||
include /etc/nginx/vhost.d/*.conf;
|
include /etc/nginx/vhost.d/*.conf;
|
||||||
}
|
}
|
Loading…
Reference in New Issue