Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


How to map Nginx http response header?
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

How to map Nginx http response header?

RoldanRoldan Member
edited March 2020 in Help

I tried several configs but seems to not work, like...

map $http_x_litespeed_cache_control $nocacheheader {
    default      0;
    no-cache   1;
    }

map $upstream_http_x_litespeed_cache_control $nocacheheader {
    default      0;
    no-cache   1;
    }

map $sent_http_x_litespeed_cache_control $nocacheheader {
    default      0;
    no-cache   1;
    }

Page is still cached.
What is the correct format?

My HTTP response header:
x-litespeed-cache-control no-cache
Thanks!

Comments

Sign In or Register to comment.