We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ab1471 commit f1b6f6cCopy full SHA for f1b6f6c
container/nginx.conf
@@ -17,6 +17,13 @@ http {
17
include /etc/nginx/mime.types;
18
default_type application/octet-stream;
19
20
+ gzip on;
21
+ gzip_comp_level 6;
22
+ gzip_min_length 1024;
23
+ gzip_proxied any;
24
+ gzip_vary on;
25
+ gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript image/svg+xml;
26
+
27
log_format main '$http_x_forwarded_for - $remote_user [$time_local] "$request" '
28
'$status $body_bytes_sent "$http_referer" '
29
'"$http_user_agent" $remote_addr';
0 commit comments