Skip to content

Commit

Permalink
Merge pull request #2787 from element-hq/quenting/docker-vary-encoding
Browse files Browse the repository at this point in the history
Send 'Vary: Content-Encoding' header from nginx
  • Loading branch information
fkwp authored Nov 15, 2024
2 parents 20840d9 + f7e4b79 commit 9650ca9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ server {

root /app;
gzip_static on;
gzip_vary on;

location / {
try_files $uri $uri/ /index.html;
Expand Down

0 comments on commit 9650ca9

Please sign in to comment.