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