From 4d0b746765ad6e2b9688e9cc875e92fe79ab6bc8 Mon Sep 17 00:00:00 2001 From: Kload Date: Tue, 15 Oct 2013 14:05:46 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f2d3017..5b1156b 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Requirements ------------ Nginx "Openresty" flavored : http://openresty.org/ +or nginx-extras in Debian wheezy-backports Example Nginx conf @@ -15,6 +16,7 @@ Example Nginx conf ```nginx lua_package_path "/usr/share/lua/5.1/nginx/?.lua;;"; # For Debian +init_by_lua 'conf_path = "path/to/conf.json"'; init_by_lua_file path/to/init.lua; access_by_lua_file path/to/access.lua;