in reply to Re^2: Dancer & Plackup - Redirect not refreshing page data
in thread Dancer & Plackup - Redirect not refreshing page data

So does your nginx config have "cache" anywhere?

You might add in your dancer app  header('Cache-Control' =>  'no-store, no-cache, must-revalidate');

Replies are listed 'Best First'.
Re^4: Dancer & Plackup - Redirect not refreshing page data
by jeromek (Novice) on Aug 08, 2014 at 03:41 UTC
    The nginx config had no cache-specific setting.
    I've tried setting the header, also setting proxy_no_cache and proxy_cache_bypass in the nginx config with same results.
    I guess it can't only be nginx caching alone or I would have the same behavior with 1 starman worker.
    It's the combination of whatever nginx is doing and multiple starman workers.