diff options
| author | Jose Quintana <[email protected]> | 2021-03-16 09:20:40 +0100 |
|---|---|---|
| committer | Jose Quintana <[email protected]> | 2021-03-16 09:20:40 +0100 |
| commit | a8b1fa77abc4ead9779dc186d26afef04b54f9c9 (patch) | |
| tree | dcfe4f2f00e8ba8643b28791af51ea0ba8d2845a | |
| parent | d5b7d91a17ac26f8ec3781c1faacc61cc785c21c (diff) | |
| download | alpine-cgit-a8b1fa77abc4ead9779dc186d26afef04b54f9c9.tar.xz alpine-cgit-a8b1fa77abc4ead9779dc186d26afef04b54f9c9.zip | |
refactor: enable gzip responses
| -rw-r--r-- | nginx/conf.d/default.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nginx/conf.d/default.conf b/nginx/conf.d/default.conf index fe5c9ad..8ee8bcc 100644 --- a/nginx/conf.d/default.conf +++ b/nginx/conf.d/default.conf @@ -13,7 +13,6 @@ server { } location @cgit { - gzip off; include /etc/nginx/fastcgi_params; fastcgi_param SCRIPT_FILENAME $document_root/cgit.cgi; fastcgi_param PATH_INFO $uri; |
