-
Notifications
You must be signed in to change notification settings - Fork 0
Home
jsjohnst edited this page Sep 12, 2010
·
15 revisions
This wrapper allows you to run Neko as a FastCGI application and use it with Nginx (among other servers). If you don’t know what Neko is, then check out it’s homepage for more information.
To install, simply download the source and run make install. It is assumed you already have neko installed + used the default setup, so if not, you should do that first.
To start the server, use: sudo /etc/init.d/neko-fastcgi start.
For a sample nginx conf, see this [[example config][nginx-config-example]].