mirror of https://github.com/OpenVidu/openvidu.git
deployment: Typo nginx
parent
c20e576f8e
commit
ff35adf607
|
@ -29,7 +29,7 @@ http {
|
||||||
|
|
||||||
server_tokens off;
|
server_tokens off;
|
||||||
|
|
||||||
client_max_body_size {client_max_body_size}
|
client_max_body_size {client_max_body_size};
|
||||||
|
|
||||||
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