Relative Content

Tag Archive for nginxnginx-config

Invalid SSL nginx config

I currently have a seperate Ubuntu server that has NGINX configured to stream to Youtube and Twitch. I wanted to also stream to Kick but noticed the protocol is RMTPS which at the time my NGINX was not configured for ssl. I googled and found a way to recompile NGINX with the “–with-http_ssl_module” option. I tested to ensure the module was included by launching NGINX -V which showed the option.