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.
2 parents 138f72d + 560b6ea commit bb23099Copy full SHA for bb23099
docker/nginx.conf
@@ -43,7 +43,7 @@ http {
43
44
gzip on;
45
gzip_disable "MSIE [1-6]\.(?!.*SV1)";
46
- gzip_types text/plain text/css application/x-javascript application/javascript application/xml;
+ gzip_types text/plain text/css application/x-javascript application/javascript application/xml application/json;
47
48
# Black-listed IPs
49
include /olsystem/etc/nginx/deny.conf;
0 commit comments