nginx本身就是一个web服务器,但只能处理静态资源,不同于web应用服务器(如tomcat)

可以利用nginx的这一点,搭建图片服务器(图片库),有助于缓解web应用服务器的压力、提高处理效率

修改hosts文件

在C:\windows\system32\drivers\etc\hosts文件中添加 域名与主机IP 映射

搭建nginx图片服务器(windows)

修改nginx配置文件

在nginx-1.12.2\conf\nginx.conf中添加

搭建nginx图片服务器(windows)

搭建nginx图片服务器(windows)

 测试通过

 

搭建nginx图片服务器(windows)

相关文章: