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 ab0cc6b commit 1bc70e4Copy full SHA for 1bc70e4
1 file changed
frontend/nginx.kube.conf
@@ -18,6 +18,20 @@ http {
18
19
charset utf-8;
20
21
+ gzip on;
22
+ gzip_comp_level 5;
23
+ gzip_min_length 1024;
24
+ gzip_proxied any;
25
+ gzip_vary on;
26
+ gzip_types
27
+ text/plain
28
+ text/css
29
+ text/javascript
30
+ application/javascript
31
+ application/json
32
+ application/xml
33
+ image/svg+xml;
34
+
35
server {
36
listen 8081 default_server;
37
listen [::]:8081;
0 commit comments