How to solve the error of installing openresty under MAC

  local  brew install openresty/brew/openresty
Updating Homebrew...
==> Installing openresty from openresty/brew
==> Downloading https://openresty.org/download/openresty-1.13.6.2.tar.gz
Already downloaded: /Users/zhangwei/Library/Caches/Homebrew/downloads/f5bb16df194ab3757f342a23acd27d902bc06ef79b4de62c2f689d380d790d91--openresty-1.13.6.2.tar.gz
Error: An exception occurred within a child process:
  TapFormulaAmbiguityError: Formulae found in multiple taps:
       * openresty/brew/openresty-openssl
       * denji/nginx/openresty-openssl

Please use the fully-qualified name e.g. openresty/brew/openresty-openssl to refer the formula.
Nov.17,2021

solved,

brew untap denji/nginx
Menu