]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
paddles: Use gzip compression
authorZack Cerza <zack@redhat.com>
Thu, 23 Sep 2021 23:53:53 +0000 (17:53 -0600)
committerZack Cerza <zack@redhat.com>
Wed, 13 Oct 2021 23:49:31 +0000 (17:49 -0600)
Signed-off-by: Zack Cerza <zack@redhat.com>
roles/paddles/templates/nginx.conf

index 1576f52d6e7154bd3a00a8ab7f2698d707ec03f2..ada59881a641ad95e2ff3e631a2abec89e775a21 100644 (file)
@@ -1,6 +1,9 @@
 server {
         server_name {{ inventory_hostname }};
         listen 80;
+        gzip on;
+        gzip_types text/plain application/json;
+        gzip_proxied any;
         proxy_send_timeout 600;
         proxy_connect_timeout 240;
         location / {