I have successfully deployed Jitsi Meet several times a week ago, following https://github.com/jitsi/jitsi-meet/blob/master/doc/quick-install.md
but something is broken now, nginx doesnt start (complaining about port, but its not used)
I use blank Ubuntu 18.04, without anything on it

We have seen the same, still debugging. /etc/hosts /etc/hostname might be cursed.
We have seen the same, still debugging. /etc/hosts /etc/hostname might be cursed.
unfortunately this doesn't seem to be the culprit, at least both files look unsuspicious.
lsof -i :443 also doesn't show any result.
Vanilla Debian 10 here.
Same issue here...
Have you tried with latest release(from today)? Should not have this problem.
Otherwise, try deleting /etc/nginx/modules-enabled/60-jitsi-meet.conf and restart nginx.
Have you tried with latest release(from today)? Should not have this problem.
Used latest stable release, which does not work.
Otherwise, try deleting /etc/nginx/modules-enabled/60-jitsi-meet.conf and restart nginx.
That works. thx. Will the (correct) file be re-enabled with the next update?
Have you tried with latest release(from today)? Should not have this problem.
I was just following quick install instructions an hour ago
Otherwise, try deleting /etc/nginx/modules-enabled/60-jitsi-meet.conf and restart nginx.
it helped, thanks!
The latest stable will scan enabled virtual hosts and if there is one with 443 enabled will skip configuring turnserver.
Have you tried with latest release(from today)? Should not have this problem.
I was just following quick install instructions an hour ago
Otherwise, try deleting /etc/nginx/modules-enabled/60-jitsi-meet.conf and restart nginx.
it helped, thanks!
Hum, maybe it is not fully fixed in latest as the link will still be created 馃う鈥嶁檪
Have you tried with latest release(from today)? Should not have this problem.
Otherwise, try deleting /etc/nginx/modules-enabled/60-jitsi-meet.conf and restart nginx.
Can confirm this works (removing that file), also fixed letsencrypt cert issues. Tried setting up 3 seperate times before checking issues section. Thank you @damencho
Most helpful comment
Have you tried with latest release(from today)? Should not have this problem.
Otherwise, try deleting /etc/nginx/modules-enabled/60-jitsi-meet.conf and restart nginx.