Group related lines

This commit is contained in:
dannyrb 2019-05-08 08:59:13 -04:00
parent f495ccfa3f
commit 88517fc282

View File

@ -62,7 +62,11 @@ http {
gzip_comp_level 9;
etag on;
# https://github.com/bungle/lua-resty-session/issues/15
set $session_check_ssi off;
lua_code_cache off;
set $session_secret Eeko7aeb6iu5Wohch9Loo1aitha0ahd1;
set $session_storage cookie;
# Static content to serve
root /var/www/html;