Send 'Vary: Content-Encoding' header from nginx

This commit is contained in:
Quentin Gliech 2024-11-15 09:19:45 +01:00
parent 20840d901e
commit f7e4b79502
No known key found for this signature in database
GPG Key ID: 22D62B84552719FC

View File

@ -4,6 +4,7 @@ server {
root /app;
gzip_static on;
gzip_vary on;
location / {
try_files $uri $uri/ /index.html;