Error installing full version of Nginx for mac homebrem

error installing the full version of nginx-full with homebrem on mac seems to be that homebrew doesn"t have this package, but I think it"s right to install it in someone else"s video.

brew install nginx-full --with-rtmp-module
Error: No available formula with the name "nginx-full"
==> Searching for a previously deleted formula (in the last month)...
Warning: homebrew/core is shallow clone. To get complete history run:
  git -C "$(brew --repo homebrew/core)" fetch --unshallow

Error: No previously deleted formula found.
==> Searching for similarly named formulae...
==> Searching local taps...
Error: No similarly named formulae found.
Mar.09,2021

homebrew-nginx
execute the following command:

brew tap denji/nginx
brew install nginx-full --with-upload-module

you need to add a new formula repository. Officially, there is no nginx-full, only nginx.

.
Menu