mirror of https://github.com/OpenVidu/openvidu.git
Merge pull request #562 from robert-scheck/nginx-version
openvidu-proxy: Disable Nginx version informationpull/567/head
commit
ed2096c18e
|
@ -27,6 +27,8 @@ http {
|
|||
|
||||
#gzip on;
|
||||
|
||||
server_tokens off;
|
||||
|
||||
include /etc/nginx/conf.d/*.conf;
|
||||
include /etc/nginx/vhost.d/*.conf;
|
||||
}
|
Loading…
Reference in New Issue