Created attachment 349206 [details] nginx-1.4.1-r6.ebuild Attaching updated ebuild to include the echo module. Pretty nifty thing I personally use to output those GWT urls ( location /google1231412.html ) Suggested text to nginx_modules_http.desc: echo - Bringing the power of "echo", "sleep", "time" and more to Nginx's config file
While at it: --- nginx-1.4.1-r6.ebuild 2013-05-26 10:15:52.759716020 +1000 +++ nginx-1.4.1-r7.ebuild 2013-05-26 18:14:45.175173471 +1000 @@ -67,7 +67,7 @@ HTTP_FANCYINDEX_MODULE_WD="${WORKDIR}/ngx-fancyindex-${HTTP_FANCYINDEX_MODULE_PV}" # http_lua (https://github.com/chaoslawful/lua-nginx-module, BSD license) -HTTP_LUA_MODULE_PV="0.8.1" +HTTP_LUA_MODULE_PV="0.8.2" HTTP_LUA_MODULE_P="ngx_http_lua-${HTTP_LUA_MODULE_PV}" HTTP_LUA_MODULE_URI="https://github.com/chaoslawful/lua-nginx-module/archive/v${HTTP_LUA_MODULE_PV}.tar.gz" HTTP_LUA_MODULE_WD="${WORKDIR}/lua-nginx-module-${HTTP_LUA_MODULE_PV}" works for me.
Added in nginx-1.4.2(-r1), thanks for the prep-work.