I want to get the goal:<div>1) nginx run as a reverse proxy, the web server gzip the html format page, and the client get the gzip page</div><div>2) nginx receive server gzip data then unzip it ==> minify html page ==> gzip minify html page to cache</div>
<div>3) client request the page and get the minify gzip page from nginx cache</div><div><br></div><div>Questions:</div><div>1) How do I implement the idea in nginx structure?</div><div>2) Is there have any sample path to get the goal?</div>
<div><br></div><div> <span style="background-color:rgb(255,255,255);font-family:Arial;font-size:medium">Any help would be greatly appreciated.</span></div>