From 88517fc2820846a150f498253f98eacb10682be1 Mon Sep 17 00:00:00 2001 From: dannyrb Date: Wed, 8 May 2019 08:59:13 -0400 Subject: [PATCH] Group related lines --- docker/OpenResty-Orthanc-Keycloak/config/nginx.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docker/OpenResty-Orthanc-Keycloak/config/nginx.conf b/docker/OpenResty-Orthanc-Keycloak/config/nginx.conf index f76663b19..f620c9c57 100644 --- a/docker/OpenResty-Orthanc-Keycloak/config/nginx.conf +++ b/docker/OpenResty-Orthanc-Keycloak/config/nginx.conf @@ -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;