这是一篇代码高亮测试文章
public function hide_search_keyword($title)
{
if (is_search()) {
return sprintf('%s %s %s', '搜索结果', _wu('separator'), get_bloginfo('name'));
}
return $title;
}
}
new B2Child_SearchLimits();#include <stdio.h>
int main()
{
printf("hello wordpress!");
}
# 添加以下配置
proxy_buffering off;
proxy_cache off;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
# 增加超时时间
proxy_connect_timeout 60s;
proxy_send_timeout 60s;
proxy_read_timeout 60s;
测试