nginx: [emerg] bind() to 0.0.0.0:1935 failed (98: Address already in use) code example
Example: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
sudo pkill -f nginx & wait $!
sudo systemctl start nginx
sudo pkill -f nginx & wait $!
sudo systemctl start nginx