1
0
mirror of https://github.com/vector-im/element-call.git synced 2022-05-22 02:31:18 +03:00
Files
element-call-video-chat-matrix/config/default.conf
2022-05-11 12:11:49 +01:00

11 lines
150 B
Plaintext

server {
listen 8080;
server_name localhost;
location / {
root /app;
try_files $uri /$uri /index.html;
}
}