I'm using nginx as a reverse-proxy. I want it to prompt the user to log-in periodically. Setting the timeout, replays, and expires flags in the location and server blocks does not seem to do anything. i.e. I can browse to the site, reload as many times as I want, for as long as I want, without a re-challenge.
I'm using nginx as a reverse-proxy. I want it to prompt the user to log-in periodically. Setting the timeout, replays, and expires flags in the location and server blocks does not seem to do anything. i.e. I can browse to the site, reload as many times as I want, for as long as I want, without a re-challenge.
example below: