Re: Empty Recording files in OM 5.0.0-M2

2019-09-22 Thread YUP
Hi again, There are a few things which I discovered: 1. When I install openmeetings locally and KMS in docker (using provided instruction for Archlinux) on my laptop with archlinux and without (!) nginx and proxy_pass it runs out of the box without any problems and records everything I want. But:

Re: Empty Recording files in OM 5.0.0-M2

2019-09-22 Thread YUP
My OM section in nginx config file looks as follows: location /openmeetings { proxy_pass https://localhost:5443/openmeetings; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; proxy_set_header Host