Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Commit

Permalink
alter cache-control header
Browse files Browse the repository at this point in the history
  • Loading branch information
clayfreeman committed Jan 4, 2018
1 parent 018544c commit 18e0cdd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 1.5.8

- Switch `Cache-Control` optimization header from 'private' to 'public'.

## 1.5.7

- Fix a bug with the `FPMPool` class.
Expand Down
2 changes: 1 addition & 1 deletion nginx/templates/optimization.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
expires 1w;
add_header Cache-Control "no-cache, private";
add_header Cache-Control "no-cache, public";

include mime.types;
types {
Expand Down

0 comments on commit 18e0cdd

Please sign in to comment.