Skip to content

Commit

Permalink
Enable gzip compression (closes #48)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobobryant committed Nov 28, 2020
1 parent 71682e5 commit 81a6785
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ server {
listen [::]:80 default_server;
server_name _;
root /var/www/biff;
gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript;
location / {
try_files \$uri \$uri/ @proxy;
}
Expand Down

0 comments on commit 81a6785

Please sign in to comment.