- Added new tutorial for screenshare - Update FROM of all demos docker images - Don't use upstream in nginx. This will make nginx stop when a domain is not reachable on startup.
7 lines
111 B
Plaintext
7 lines
111 B
Plaintext
server {
|
|
listen 80;
|
|
server_name localhost;
|
|
|
|
root /var/www/openvidu-basic-videoconference;
|
|
}
|