Questions with Tags: lighttpd

How to setup multiple apps on Nitro and Lighttpd?

Does anyone has a recipe to setup multiple nitro apps in one lighttpd server under the same domain? ...

2 answers

  • 1

Tips with Tags: lighttpd

Nitro Lighttpd/FasctCGI?

### public/fcgi.rb: #!/usr/bin/env ruby ENV['NITRO_INVOKE'] ='fcgi_proc' $0 = File.join(File.dirname...

  • 1