0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

EC2の自動更新を止める

Posted at
/etc/cloud/cloud.cfg
+repo_upgrade: none
-repo_upgrade: security

理由

nginxの1.2.7 => 1.4.3 への変更で下記の仕様が変わり、Etagが削除されてしまっていた

> My problem is that nginx deletes the ETag header from the response even if I
> specify proxy_pass_header ETag.
> The upstream server does return the correct headers:

The ETag header is removed if nginx changes a response returned.
That is, if you have gzip, gunzip, sub, addition, ssi or xslt
filters applied to responses returned.

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?