2020-04-28 10:49:35 +02:00

6 lines
97 B
Plaintext

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