Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 334 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 334 Bytes

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.