[ANN] Windows nginx 1.7.4.2 WhiteRabbit

Yichun Zhang (agentzh) agentzh at gmail.com
Thu Jul 31 23:21:57 UTC 2014


Hello!

On Thu, Jul 31, 2014 at 10:06 AM, c0nw0nk wrote:
> I also see LUA can do the job but i get the feeling i will hit a dead end if
> i did this.
>
> location /compress-images {
>           content_by_lua 'os.execute("C:/server/bin/compress.exe")';
> }
>

Oh no, os.execute() is blocking. You should avoid that whenever possible :)

Regards,
-agentzh



More information about the nginx mailing list