Skip to content

Commit

Permalink
Update default.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasleplus committed May 7, 2024
1 parent fabe18a commit 9dd57d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openid-connect-provider-debugger/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ server {
ngx.log(ngx.DEBUG, 'session=' .. ngx.var.cookie_session)
else
ngx.log(ngx.ERR, 'session cookie is missing')
end
ngx.log(ngx.DEBUG, 'opening session')
local session = require "resty.session".open()
if (session.present) then
Expand Down

0 comments on commit 9dd57d2

Please sign in to comment.