<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>系统运维 &#187; proxy_cache</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/proxy_cache/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osyunwei.com</link>
	<description>国产化OS/AnolisOS/openEuler/RHEL/CentOS/Rocky Linux/Debian/Ubuntu Linux FreeBSD 服务器教程 &#124; Windows Server 2003/2008/2012/2016/2019/2022/2025服务器教程</description>
	<lastBuildDate>Tue, 14 Apr 2026 10:59:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>使用Nginx反向代理和proxy_cache缓存搭建CDN服务器加快Web访问速度</title>
		<link>https://www.osyunwei.com/archives/2084.html</link>
		<comments>https://www.osyunwei.com/archives/2084.html#comments</comments>
		<pubDate>Thu, 09 Feb 2012 01:17:05 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[CDN]]></category>
		<category><![CDATA[proxy_cache]]></category>
		<category><![CDATA[反向代理]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=2084</guid>
		<description><![CDATA[碰到问题： 移动用户访问web服务器www.osyunwei.com很慢 解决办法： 1、在移动机房放置一台nginx反向代理服务器 2、通过域名DNS智能解析，所有移动用户访问www.osyunwei.com时解析到nginx反向代理服务器 3、nginx反向代理服务器与web服务器之间采用专线连接 系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 说明： 1、web服务器 线路：电信 IP：192.168.21.129 域名：www.osyunwei.com 2、nginx反向代理服务器 线路：移动 系统：CentOS 6.2 IP：192.168.21.164 vi /etc/hosts   #编辑，在文件最后添加下面一行 192.168.21.129          www.osyunwei.com 3、客户端 线路：移动 系统：Windows 7 IP:192.168.21.130 C:\Windows\System32\drivers\etc\hosts   #用记事本打开，在文件最后添加下面一行 192.168.21.164          www.osyunwei.com ###################以下操作在nginx反向代理服务器上配置################### 1、关闭SELinux vi /etc/selinux/config #SELINUX=enforcing     #注释掉 #SELINUXTYPE=targeted  #注释掉 SELINUX=disabled  #增加 :wq  保存，关闭。 shutdown -r now重启系统 2、开启防火墙80端口 vi /etc/sysconfig/iptables 添加下面的内容 -A INPUT -m [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/2084.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/2084.html/feed</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
	</channel>
</rss>
