cruizba 1ddfa8e4b9 Add screenshare tutorial, update and fixes demos infrastructure
- 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.
2021-10-15 16:51:55 +02:00

7 lines
111 B
Plaintext

server {
listen 80;
server_name localhost;
root /var/www/openvidu-basic-videoconference;
}