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

View File

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