tzssangglass commented on issue #5503: URL: https://github.com/apache/apisix/issues/5503#issuecomment-968605306
keep both nginx and openresty in the command line search path. eg: ``` # openresty export OPENRESTY_PREFIX="/usr/local/Cellar/openresty" export PATH=$OPENRESTY_PREFIX/nginx/sbin:$OPENRESTY_PREFIX/bin:$OPENRESTY_PREFIX/luajit/bin:$PATH ``` make `nginx -V` and `openresty -V` both execute properly. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
