Skip to content

Commit aa99e0f

Browse files
authored
Update frontend.conf
1 parent 8f4f8db commit aa99e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ upstream my_backend {
66

77
# Custom log format to include the 'sub' claim in the REMOTE_USER field
88
log_format main_jwt '$remote_addr $jwt_claim_sub $remote_user [$time_local] "$request" $status '
9-
'$body_bytes_sent "$http_referer" "$http_user_agent" "$http_x_forwarded_for" $arg_nonce';
9+
'$body_bytes_sent "$http_referer" "$http_user_agent" "$http_x_forwarded_for"';
1010

1111
# nginScript functions for code exchange and hashing for secure nonce validation
1212
js_include conf.d/openid_connect.js;

0 commit comments

Comments
 (0)