Actualiser httpd-custom-oidc.conf

increase byte for shm cache backend for keys
This commit is contained in:
Alexis GUYOT 2024-08-06 09:19:23 +02:00
parent e5ee0749e7
commit 7fb26f34dc

View File

@ -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