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 6, 2024
1 parent 9676817 commit 2ef2990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openid-connect-provider-debugger/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ server {
local cjson = require('cjson')
local opts = {}
if (ngx.var.arg_code) then
ngx.log(ngx.DEBUG, 'cookie_session=' .. ngx.var.cookie_session
ngx.log(ngx.DEBUG, 'cookie_session=' .. ngx.var.cookie_session)
ngx.log(ngx.DEBUG, 'opening session')
local session = require('resty.session').open()
if (session.present) then
Expand Down

0 comments on commit 2ef2990

Please sign in to comment.