enable gzip for proxied requests
This commit is contained in:
parent
76f5b5f9ff
commit
5c27fd7b93
@ -48,6 +48,7 @@ http {
|
|||||||
access_log /var/log/nginx/access.log combined buffer=64k flush=1m;
|
access_log /var/log/nginx/access.log combined buffer=64k flush=1m;
|
||||||
error_log /var/log/nginx/error.log;
|
error_log /var/log/nginx/error.log;
|
||||||
|
|
||||||
|
gzip_proxied any;
|
||||||
gzip_vary on;
|
gzip_vary on;
|
||||||
|
|
||||||
server {
|
server {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user