1
0
mirror of https://github.com/meineerde/holgerjust.de.git synced 2026-02-21 11:02:03 +00:00

Add Vary: Accept-Encoding header again to all responses

This commit is contained in:
Holger Just 2017-03-20 22:51:22 +01:00
parent 7ac67ea6df
commit 9a4a22ee29

View File

@ -30,8 +30,10 @@ ExpiresDefault "access plus 1 year"
</FilesMatch>
# Unset the Vary: Host header inserted by global Uberspace config
# Append Vary: Accept due to optional gziped content
Header set Vary Accept
# Append Vary: Accept-Encoding due to optional gziped content
Header set Vary Accept-Encoding
# Append Vary: Accept due to optional optimized image types
Header append Vary Accept
# Add security related headers
Header set X-Frame-Options "DENY"