зеркало из https://github.com/mozilla/normandy.git
compose: Add gzip to compose nginx config
This commit is contained in:
Родитель
4f7cd4e40f
Коммит
80a8657cfe
|
@ -45,6 +45,10 @@ http {
|
|||
# docker container gets only a single HTTP request
|
||||
proxy_cache_use_stale updating;
|
||||
proxy_cache_lock on;
|
||||
|
||||
gzip on;
|
||||
gzip_proxied any;
|
||||
gzip_types application/json application/javascript text/css;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче