nginx: add header Vary Accept-Language

solves #3647
pull/4588/head
kontrollanten 2021-11-30 21:00:42 +01:00
parent 0c8af78521
commit 90dccf5324
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ server {
}
location / {
add_header Vary Accept-Language;
try_files /dev/null @api;
}