Skip to content

Commit

Permalink
PMM-1732 enable etag in nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
delgod committed Nov 20, 2017
1 parent f937bc6 commit 1566e17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nginx.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
gzip on;
etag on;
map $http_upgrade $connection_upgrade {
default upgrade;
'' close;
Expand Down

0 comments on commit 1566e17

Please sign in to comment.