Page 1 of 1

Setting up LiveCode Server with Nginx

Posted: Sun May 23, 2021 2:54 pm
by julianmoors
I know that this question has been asked before, but I couldn't see any examples not using Lua or fast-cgi wrapper (Nginx newbie here).

I have LiveCode Server installed on my Mac as a CLI application and all I'm wanting to do is to parse .lc files using Nginx to the LiveCode Server in the easiest way possible. I'm not wanting to use a fastcgi wrapper if at all possible as this is just for development purposes.

Many thanks in advance.

Re: Setting up LiveCode Server with Nginx

Posted: Sun May 23, 2021 10:15 pm
by julianmoors
It seems that Nginx doesn't support fastcgi directly, so I've installed fastcgi-wrap. Can anyone please point me towards a working Nginx config file to run Livecode Script via the Livecode Server binary?