Skip to content

Commit

Permalink
Development: Enable gzip compression for nginx (#10092)
Browse files Browse the repository at this point in the history
  • Loading branch information
bensofficial authored Jan 2, 2025
1 parent 1fd1813 commit 49a91a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ http {

keepalive_timeout 65;

#gzip on;
gzip on;
gzip_types text/plain application/javascript application/x-javascript text/javascript text/xml text/css;

# specific Artemis value from the Artemis ansible collection
server_names_hash_bucket_size 256;
Expand Down

0 comments on commit 49a91a4

Please sign in to comment.