mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-21 00:28:08 +08:00
Send 'Vary: Content-Encoding' header from nginx
This commit is contained in:
parent
20840d901e
commit
f7e4b79502
@ -4,6 +4,7 @@ server {
|
||||
|
||||
root /app;
|
||||
gzip_static on;
|
||||
gzip_vary on;
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ /index.html;
|
||||
|
Loading…
Reference in New Issue
Block a user