<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-cn">
		<id>https://wiki.qiaochenglei.cn/index.php?action=history&amp;feed=atom&amp;title=Born%E5%8F%8D%E4%BB%A3%E6%9C%BAnginx%E9%85%8D%E7%BD%AE</id>
		<title>Born反代机nginx配置 - 版本历史</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.qiaochenglei.cn/index.php?action=history&amp;feed=atom&amp;title=Born%E5%8F%8D%E4%BB%A3%E6%9C%BAnginx%E9%85%8D%E7%BD%AE"/>
		<link rel="alternate" type="text/html" href="https://wiki.qiaochenglei.cn/index.php?title=Born%E5%8F%8D%E4%BB%A3%E6%9C%BAnginx%E9%85%8D%E7%BD%AE&amp;action=history"/>
		<updated>2026-04-07T03:20:30Z</updated>
		<subtitle>本wiki的该页面的版本历史</subtitle>
		<generator>MediaWiki 1.24.2</generator>

	<entry>
		<id>https://wiki.qiaochenglei.cn/index.php?title=Born%E5%8F%8D%E4%BB%A3%E6%9C%BAnginx%E9%85%8D%E7%BD%AE&amp;diff=1664&amp;oldid=prev</id>
		<title>Admin：创建页面，内容为“ &lt;nowiki&gt; user              nginx; worker_processes  6;  error_log  /alidata/log/nginx/error.log; #error_log  /alidata/log/nginx/error.log  notice; #error_log  /alid...”</title>
		<link rel="alternate" type="text/html" href="https://wiki.qiaochenglei.cn/index.php?title=Born%E5%8F%8D%E4%BB%A3%E6%9C%BAnginx%E9%85%8D%E7%BD%AE&amp;diff=1664&amp;oldid=prev"/>
				<updated>2016-10-18T02:28:18Z</updated>
		
		<summary type="html">&lt;p&gt;创建页面，内容为“ &amp;lt;nowiki&amp;gt; user              nginx; worker_processes  6;  error_log  /alidata/log/nginx/error.log; #error_log  /alidata/log/nginx/error.log  notice; #error_log  /alid...”&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt; &amp;lt;nowiki&amp;gt;&lt;br /&gt;
user              nginx;&lt;br /&gt;
worker_processes  6;&lt;br /&gt;
&lt;br /&gt;
error_log  /alidata/log/nginx/error.log;&lt;br /&gt;
#error_log  /alidata/log/nginx/error.log  notice;&lt;br /&gt;
#error_log  /alidata/log/nginx/error.log  info;&lt;br /&gt;
&lt;br /&gt;
pid        /var/run/nginx.pid;&lt;br /&gt;
&lt;br /&gt;
events {&lt;br /&gt;
        worker_connections  10240;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
http {&lt;br /&gt;
    upstream www.52jiaoshi.com {&lt;br /&gt;
#       server 123.56.154.254:8089;&lt;br /&gt;
        server 123.57.57.241:8089;&lt;br /&gt;
        server 123.56.77.165:8089;&lt;br /&gt;
        server 123.56.238.65:8089;&lt;br /&gt;
        server 123.56.47.69:8089;&lt;br /&gt;
        server 123.57.143.153:8089;&lt;br /&gt;
        ip_hash;&lt;br /&gt;
    }&lt;br /&gt;
    include       /etc/nginx/mime.types;&lt;br /&gt;
#    default_type  application/octet-stream;&lt;br /&gt;
&lt;br /&gt;
    default_type text/html;&lt;br /&gt;
    charset UTF-8;&lt;br /&gt;
    log_format  main  '$remote_addr - $remote_user [$time_local] &amp;quot;$request&amp;quot; '&lt;br /&gt;
                      '$status $body_bytes_sent &amp;quot;$http_referer&amp;quot; '&lt;br /&gt;
                      '&amp;quot;$http_user_agent&amp;quot; &amp;quot;$http_x_forwarded_for&amp;quot;';&lt;br /&gt;
&lt;br /&gt;
    #access_log  /alidata/log/nginx/access.log  main;&lt;br /&gt;
    access_log off;&lt;br /&gt;
    sendfile        on;&lt;br /&gt;
    #tcp_nopush     on;&lt;br /&gt;
&lt;br /&gt;
    #keepalive_timeout  0;&lt;br /&gt;
    keepalive_timeout  65;&lt;br /&gt;
&lt;br /&gt;
    client_max_body_size 64M;&lt;br /&gt;
    #gzip  on;&lt;br /&gt;
&lt;br /&gt;
    # Load config files from the /etc/nginx/conf.d directory&lt;br /&gt;
    # The default server is in conf.d/default.conf&lt;br /&gt;
    include /etc/nginx/conf.d/*.conf;&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	</feed>