spec/integration/vm/cookbooks/proxy/templates/default/integration-test.erb in infrataster-0.1.6 vs spec/integration/vm/cookbooks/proxy/templates/default/integration-test.erb in infrataster-0.1.7
- old
+ new
@@ -1,7 +1,10 @@
server {
listen 80;
+ gzip on;
+ gzip_min_length 0;
+
root /usr/share/nginx/www;
index index.html index.htm;
server_name static.example.com;