How can we set NGINX web server and its RTMP module on mac system? How can we set NGINX web server and its RTMP module on mac system? nginx nginx

How can we set NGINX web server and its RTMP module on mac system?


I've faced the same problem, however brew tap homebrew/nginx returns a error

Error: homebrew/nginx was deprecated. This tap is now empty as all its formulae were migrated.

I solved it with

brew tap denji/homebrew-nginx

Instead of

brew tap homebrew/homebrew-nginx


You can try these, I used the same method to install auth_module on my mac.

  1. brew tap homebrew/nginx
  2. brew install nginx-full --with-rtmp-module --with-debug


reinstall

brew remove nginxbrew install nginx-full --with-rtmp-module --with-debug