Hi
I have nginx "as proxy" working on a VM with a nextcloud server.
The connection on the nextcloud (after geting credential from keycloak) is reset after 10 minutes.
In the nexcloud configuration I have set :
'remember_login_cookie_lifetime' => 1296000,
'session_lifetime' => 86400,
'session_keepalive' => true,
And it does not change anything...
I have compare my conf with a friend (how is under apache2) and both (mine and his) nextcloud conf seem's Ok.
I did not detect anything strange in the logs...
I was wondering if nginx with a "bad" configuration could filter some information and block the auto renew process ?
Thanks for help