Welcome! Log In Create A New Profile

Advanced

proxy_ignore_headers Cache-Control + Set-Cookie do not work both

September 05, 2013 09:09AM
Hi,
in a reverse-proxy setup I want to ignore "Cache-Control:" and "Set-Cookie:" for .css and some more.

Each one works perfectly.

Pages sent with a cookie are being cached:
location ~* \.(css|ico|js) {
proxy_pass http://Upstream-server;
proxy_ignore_headers Set-Cookie; }

Pages sent with a cookie are being cached (just for reference):
location ~* \.(css|ico|js) {
proxy_pass http://Upstream-server;
proxy_ignore_headers Set-Cookie Expires; }

Pages sent with a cookie are NOT being cached:
location ~* \.(css|ico|js) {
proxy_pass http://Upstream-server;
proxy_ignore_headers Set-Cookie Cache-Control; }

nginx version: nginx/1.1.19
Ubuntu 12.04 LTS.

What am I doing wrong?

Falk
Subject Author Posted

proxy_ignore_headers Cache-Control + Set-Cookie do not work both

Falk September 05, 2013 09:09AM

Re: proxy_ignore_headers Cache-Control + Set-Cookie do not work both

Maxim Dounin September 05, 2013 01:34PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 212
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready