nginx负载均衡解决图片无法加载问题

更新时间:2023-06-08 20:41:06 阅读: 评论:0

nginx负载均衡解决图⽚⽆法加载问题ngnix配置完upstream,f如下
upstream rvice_lb{
rver localhost:8080;
rver localhost:8081;
}
rver 模块,添加下⽅红⾊标注的内容后,图⽚能够加载出来了
rver {
listen 80;
rver_name localhost;
location / {
proxy_pass rvice_lb;
proxy_t_header Host $host;
proxy_t_header X-Real-IP $remote_addr;大学英语作文网
proxy_t_header REMOTE-HOST $remote_addr;
proxy_t_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
}
附录:
#ur  nobody;
worker_process  1;
#error_log  logs/error.log;
#error_log  logs/error.log  notice;
#error_log  logs/error.log  info;
incredibles#pid        logs/nginx.pid;
events {
worker_connections  1024;
}
http {
include      pes;
default_type  application/octet-stream;
#log_format  main  '$remote_addr - $remote_ur [$time_local] "$request" '
#                  '$status $body_bytes_nt "$http_referer" '
#                  '"$http_ur_agent" "$http_x_forwarded_for"';
#access_log  logs/access.log  main;
ndfile        on;
#tcp_nopush    on;
#keepalive_timeout  0;
keepalive_timeout  65;
#gzip  on;
upstream rver_lb{
rver localhost:8080;
rver localhost:8081;
}
rver {
listen      80;
rver_name  rver_lb;
#chart koi8-r;
#access_log  logs/host.access.log  main;
infre#注释原有的配置
#location / {
#    root  /usr/share/nginx/html;
#    index  index.html index.htm;
#}
location / {
proxy_pass        rver_lb;relong
proxy_t_header Host $host;
proxy_t_header X-Real-IP $remote_addr;
proxy_t_header REMOTE-HOST $remote_addr;
proxy_t_header X-Forwarded-For $proxy_add_x_forwarded_for;
crooked歌词}
#error_page  404              /404.html;
# redirect rver error pages to the static page /50x.html
#
error_page  500502503504  /50x.html;
location = /50x.html {
root  html;
launch
}
# proxy the PHP scripts to Apache listening on 127.0.0.1:80
#
#location ~ \.php$ {
#    proxy_pass  127.0.0.1;
#}
# pass the PHP scripts to FastCGI rver listening on 127.0.0.1:9000        #
#location ~ \.php$ {
#    root          html;
#    fastcgi_pass  127.0.0.1:9000;
#    fastcgi_index  index.php;
#    fastcgi_param  SCRIPT_FILENAME  /scripts$fastcgi_script_name;        #    include        fastcgi_params;
#}
新东方 koolearn# deny access to .htaccess files, if Apache's document root
# concurs with nginx's one
英语免费学习网站#
#location ~ /\.ht {
#    deny  all;
#}
}
subscriber# another virtual host using mix of IP-, name-, and port-bad configuration    #
#rver {
布兰妮 墨菲
#    listen      8000;
#    listen      somename:8080;
#    rver_name  somename  alias  another.alias;
#    location / {
#        root  html;
#        index  index.html index.htm;
#    }
#}
# HTTPS rver
#
#rver {
#    listen      443 ssl;
#    rver_name  localhost;
#    ssl_certificate      cert.pem;
#    ssl_certificate_key  cert.key;
#    ssl_ssion_cache    shared:SSL:1m;
#    ssl_ssion_timeout  5m;
#    ssl_ciphers  HIGH:!aNULL:!MD5;
#    ssl_prefer_rver_ciphers  on;
#    location / {
#        root  html;
#        index  index.html index.htm;
#    }
#}
}

本文发布于:2023-06-08 20:41:06,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/fan/90/138491.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

标签:配置   加载   网站   负载   添加   标注
相关文章
留言与评论(共有 0 条评论)
   
验证码:
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图