- 查看当前编译的版本是否支持http_sub_module模块,如果不支持需要重新编译增加此模块。
- nginx.conf增加以下配置
http {
sub_filter '</head>' '<style type="text/css">html {-webkit-filter: grayscale(.95);}</style></head>';
sub_filter_once on;
.......
}
原文链接:使用Nginx让网站变灰,转载请注明来源!