diff --git a/conf/nginx.conf.example b/conf/nginx.conf.example index 65099dfa..84eab69d 100644 --- a/conf/nginx.conf.example +++ b/conf/nginx.conf.example @@ -98,6 +98,7 @@ http { access_by_lua_block { local orange = context.orange + orange.init_cookies() orange.access() }