Skip to content

Instantly share code, notes, and snippets.

@bugyangs
Forked from hydra35/nginx.conf
Created April 22, 2013 02:19
Show Gist options
  • Save bugyangs/5432040 to your computer and use it in GitHub Desktop.
Save bugyangs/5432040 to your computer and use it in GitHub Desktop.
# nginx.conf
http {
# ......
sub_filter '</head>' '<style type="text/css">html{ filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); -webkit-filter: grayscale(100%); } img { _filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=0); -webkit-filter: grayscale(100%); } </style>';
sub_filter_once on;
# ......
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment