Skip to content

Commit

Permalink
Merge pull request #225 from fecgov/feature/224-remove-cache-control
Browse files Browse the repository at this point in the history
Remove cache-control header
  • Loading branch information
lbeaufort authored Dec 23, 2020
2 parents 80f330a + f597c56 commit fdef9a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ http {
proxy_set_header X-Forwarded-Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Script-Name "<%= path %>";
add_header Cache-Control "max-age=600";
}
<% end %>

Expand Down

0 comments on commit fdef9a4

Please sign in to comment.