We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to start kong , it says can't find nginx
I am running kong on mac os and i dont have ruxit installed in my machine
output of sudo find / -type f -name "nginx"
/usr/local/Cellar/nginx-full/1.10.1/bin/nginx /usr/local/Cellar/ngx_openresty/1.9.15.1/bin/nginx
Can someone please help in resolving the problem
when I try to start nginx alone using sudo nginx in mac i get below error
nginx: [error] [lua] kong.lua:161: init(): Startup error: /usr/local/share/lua/5.1/kong/tools/io.lua:66: bad argument #1 to 'open' (string expected, got nil)
0.8.3
The text was updated successfully, but these errors were encountered:
@Ansar1628 I would highly reccomend to use 0.9 RC3 (the stable 0.9 will be released this week anyways).
Sorry, something went wrong.
@thefosk : Thanks for the quick response I will switch to 0.9RC3
@Ansar1628 let us know if it works with 0.9 - closing this for now.
No branches or pull requests
Summary
Unable to start kong , it says can't find nginx
Steps To Reproduce
I am running kong on mac os and i dont have ruxit installed in my machine
output of sudo find / -type f -name "nginx"
/usr/local/Cellar/nginx-full/1.10.1/bin/nginx
/usr/local/Cellar/ngx_openresty/1.9.15.1/bin/nginx
Can someone please help in resolving the problem
when I try to start nginx alone using sudo nginx in mac i get below error
nginx: [error] [lua] kong.lua:161: init(): Startup error: /usr/local/share/lua/5.1/kong/tools/io.lua:66: bad argument #1 to 'open' (string expected, got nil)
Additional Details & Logs
0.8.3
)The text was updated successfully, but these errors were encountered: