nginx-modules / nginx-minify

Simple NGINX minify using Perl5 for CSS/JavaScript/HTML5
56 stars 18 forks source link

is it possible to used with proxy_pass ? #6

Closed redbox-cdn closed 5 months ago

redbox-cdn commented 7 years ago

Hi I would like to use with proxy_pass but it does not minify css.

Nginx.conf
location / {
       perl Minify::css_handler;
       proxy_pass  http://backend:80;
 }

Please give me some advice if you do not mind.

Best regards.