Fix logging settings(needed to add _PROXY).
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -28,8 +28,8 @@ OAUTH2_PROXY_SKIP_PROVIDER_BUTTON=true | ... | @@ -28,8 +28,8 @@ OAUTH2_PROXY_SKIP_PROVIDER_BUTTON=true |
28 | OAUTH2_PROXY_SSL_INSECURE_SKIP_VERIFY=true | 28 | OAUTH2_PROXY_SSL_INSECURE_SKIP_VERIFY=true |
29 | 29 | ||
30 | # new | 30 | # new |
31 | OAUTH2_AUTH_LOGGING=true | 31 | OAUTH2_PROXY_AUTH_LOGGING=true |
32 | OAUTH2_SHOW_DEBUG_ON_ERROR=true | 32 | OAUTH2_PROXY_SHOW_DEBUG_ON_ERROR=true |
33 | 33 | ||
34 | 34 | ||
35 | # - --upstream=http://nginx-hello-status:80/ | 35 | # - --upstream=http://nginx-hello-status:80/ | ... | ... |
-
Please register or sign in to post a comment