From ce6e099f1b668d66925d2ededf0c617177ff0e5e Mon Sep 17 00:00:00 2001 From: Alexis Gavoty Date: Sat, 26 Oct 2013 15:29:51 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c1dc102..9c9d558 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ nano /etc/nginx/conf.d/ssowat.conf ```nginx +lua_shared_dict cache 10m; init_by_lua_file /etc/ssowat/init.lua; access_by_lua_file /etc/ssowat/access.lua;