location / { 
	sub_filter 'A' 'B';  //把A换成B
	sub_filter_once off;   //替换所有的,默认是on,替换第一个
 }