Hello!
On Fri, Sep 28, 2012 at 2:27 PM, matthewglinski wrote:
> I have been using openresty for a while on production and its awesome. I
> can't thank the maintainers enough for their hard work with this excellent
> package.
>
Thank you :)
> I am trying to fully automate an initial CentOS6 server setup and I don't
> see a reliable way to grab the latest stable or dev source code tarball.
> Is there a URL I can hit that will redirect to the latest version of either
> release?
>
Nope, you should always specify the version number while fetching the
tarball, like
http://agentzh.org/misc/nginx/ngx_openresty-1.2.3.3.tar.gz
For production use on yum-based Linux distributions like CentOS 6, it
is recommended to build your own RPM package for your ngx_openresty
build so that on the production machine you can just run something
like
sudo yum install my-openresty -y
and always get the latest version :)
Best regards,
-agentzh