VPS侦探论坛

 找回密码
 注册
查看: 3354|回复: 1

用lnmp负载均衡 html可以轮询 图片JS等文件不轮询

[复制链接]
发表于 2017-11-6 07:10:21 | 显示全部楼层 |阅读模式

分别在11.11.11.11和22.22.22.222个服务器添加已IP形式访问的虚拟机  
目录文件都相同

在11.11.11.11服务器配置
upstream img.com {
server 11.11.11.11:81 weight=1;
server 22.22.22.22:8080 weight=1;
}
server
    {
        listen 80;
        #listen [::]:80;
        server_name img.com;
        index index.html index.htm index.php default.html default.htm default.php;
        root  /home/wwwroot/img;
location /{
          proxy_pass http://img.com;

}


2个服务器根目录主页放不同内容的html文件刷新域名可以看到变化 为什么图片不轮询只能打开本地服务器的文件 求解

[ 本帖最后由 huang0yu 于 2017-11-6 07:21 编辑 ]
美国VPS推荐: 遨游主机LinodeLOCVPS主机云搬瓦工80VPSVultr美国VPS主机中国VPS推荐: 阿里云腾讯云。LNMP付费服务(代装/问题排查)QQ 503228080
发表于 2017-11-6 12:26:03 | 显示全部楼层


img 的server 里的root 行删掉重启nginx试一下
Linux下Nginx+MySQL+PHP自动安装工具:https://lnmp.org
您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|Archiver|VPS侦探 ( 鲁ICP备16040043号-1 )

GMT+8, 2024-9-25 03:23 , Processed in 0.025464 second(s), 17 queries .

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表