Skip to content

Commit

Permalink
Send 'Vary: Content-Encoding' header from nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhose committed Nov 15, 2024
1 parent 20840d9 commit f7e4b79
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 f7e4b79

Please sign in to comment.