摘要:
http {... geo $whiteiplist { default 1; include limit/whiteip.conf; } map $whiteiplist $limit { 1 $binary_remote_add... 阅读全文
摘要:
server {...include 404.conf;...}vi 404.confproxy_intercept_errors on;error_page 404 @404;error_page 503 @503;error_page 502 @502;error_page 403 @403;e... 阅读全文
摘要:
upstream wdzjbbs_varnish{ session_sticky; server 10.174.35.11 weight=1 max_fails=2 fail_timeout=30s; }upstream wdzjbbs{ session_sticky; ... 阅读全文
摘要:
当一个域名从另一个域名调取文件时出现如下XMLHttpRequest cannot load http://www.xxx.com/header_data.html. No 'Access-Control-Allow-Origin' header is present on the requeste... 阅读全文
摘要:
1,之前遇到过这样的一个情况,公司内网有些爬虫要把所爬取的内容加入到数据库中,但是晚上需要拒绝连接,下面是我第一次设置 iptables -I INPUT -s ip -j DROP #发现这样设置并不能阻止它进来,后来修改如下可以了(有可以像数据库这种连接是不是长连接导致的) iptables - 阅读全文