Commit 580535e1 authored by Ondřej Borýsek's avatar Ondřej Borýsek
Browse files

Enable gzip on external proxy

parent ba8417be
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -24,6 +24,10 @@ server {

    client_max_body_size 100M;

    gzip            on;
    gzip_types      text/plain application/xml application/json;
    gzip_proxied    any;

    location / {
        proxy_pass https://pwndoc;