heroku-openresty
heroku-openresty copied to clipboard
Run OpenResty on Heroku with the Lua buildpack
Not sure if it's just me, but I'm getting the following error: ``` nginx: error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory...
With the following [example](https://github.com/jtarchie/heroku-openresty-failure), the rockspec does not successfully install nginx and openresty. The README on the example shows the steps to recreate the issue. I've included the heroku buildpack...
hello, I've using heroku-openresty as a reverse proxy for some time. It worked like a charm. However, just after I push some new code today, the site crashed. I reversed...
Hi, I was going through the code MakeFile (heroku-openresty-dev-1.rockspec). Why do we call this dev-1. It should be production or master. Obliged Jamal
Hi Lad, I am trying to use https://raw.githubusercontent.com/leafo/heroku-openresty/master/heroku-openresty-1.5.11.1-1.rockspec But the tag v1.5.11 is not accessible, can you please look into this. Obliged Jamal
I try to build a reverse proxy which requires some optional http modules.
https://rocks.moonscript.org/modules/leafo/heroku-openresty
It would be great to have the 1.4.2 branch of OpenResty available. Is there anything blocking adding it?