Skip to content

Commit

Permalink
enable nginx gzip compression
Browse files Browse the repository at this point in the history
  • Loading branch information
lilioid authored and timonegk committed Jul 19, 2020
1 parent 5344086 commit a4499f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/nginx.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
server {
listen 8000;
server_name default_server;
gzip on;

root /app/static/;

Expand Down

0 comments on commit a4499f9

Please sign in to comment.