Install OpenResty in mac.
brew update
brew install pcre openssl
wget http://openresty.org/download/openresty-1.9.7.3.tar.gz
tar xzvf openresty-1.9.7.2.tar.gz
cd openresty-1.9.7.2
./configure -j2 --with-pcre-jit --with-ipv6
make -j2
sudo make install
export PATH=/usr/local/openresty/bin:/usr/local/openresty/nginx/sbin:$PATH