forked from DSIT/documentation-dsit
Actualiser httpd-custom-oidc.conf
increase byte for shm cache backend for keys
This commit is contained in:
parent
e5ee0749e7
commit
7fb26f34dc
|
@ -1,4 +1,3 @@
|
|||
|
||||
LoadModule auth_openidc_module /usr/lib/apache2/modules/mod_auth_openidc.so
|
||||
|
||||
|
||||
|
@ -15,6 +14,7 @@ LoadModule auth_openidc_module /usr/lib/apache2/modules/mod_auth_openidc.so
|
|||
OIDCClientSecret ${OIDC_SECRET}
|
||||
OIDCRemoteUserClaim preferred_username
|
||||
OIDCInfoHook userinfo
|
||||
OIDCCacheShmEntrySizeMax 500000
|
||||
</IfModule>
|
||||
|
||||
SetEnvIf X-Forwarded-Proto "https" HTTPS=on
|
||||
|
|
Loading…
Reference in New Issue
Block a user