location /server-http-test/ {
client_max_body_size 1000M;
proxy_pass http://localhost:4000/;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade';
proxy_set_header Host $host;
proxy_cache_bypass $http_upgrade;
# https://stackoverflow.com/a/13673298
proxy_set_header Connection '';
chunked_transfer_encoding off;
proxy_buffering off;
proxy_cache off;
}
console.info('setInterval code', setInterval + '');
setInterval code function setInterval() { [native code] }
.product-thumb .thumb-left{
display:block;right:100%;top:0;height:100%;background-color:#fff;padding:12px 3px 16px 3px;width:37%;position:absolute;
border-right: 1px solid #ccc;
margin-right: 3px;
border-left: 1px solid #ccc;
margin-left: 3px;
border-bottom: 1px solid #ccc;
width: 0;
transition: width ease-in 0.5s;
}
.product-grid:hover .product-thumb .thumb-left{width:100px;}