Skip to content

Olivine-Labs/lusty-nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lusty-nginx

Version 1.0

nginx bindings for lusty.

Require it in your config:

local config = {
  server = require "lusty-nginx.server",
  --...
  
  log = {
    --...
    { ["lusty-nginx.log"] = {} }
  }
  -...
}

License

Copyright 2013 Olivine Labs, LLC. MIT licensed. See LICENSE file for details.