为了账号安全,请及时绑定邮箱和手机立即绑定

GET net::ERR_CONNECTION_TIMED_OUT无法打开自己的网站

GET net::ERR_CONNECTION_TIMED_OUT无法打开自己的网站

慕盖茨4494581 2018-11-14 14:15:56
    server {          listen 80;          server_name localhost;          rewrite ^(.*) https://$host$1 permanent;    }    server {        listen       443;        server_name  www.xxx.cn;        root /data/www/blog/;        ssl on;        ssl_certificate /data/www/blog/ssl/1_www.xxx.cn_bundle.crt;        ssl_certificate_key /data/www/blog/ssl/2_www.xxx.cn.key;        ssl_session_timeout 5m;        ssl_protocols TLSv1 TLSv1.1 TLSv1.2;        ssl_ciphers ECDHE-RSA-AES128-GCM-SHA256:HIGH:!aNULL:!MD5:!RC4:!DHE;        ssl_prefer_server_ciphers on;        # Load configuration files for the default server block.        include /etc/nginx/default.d/*.conf;        location / {                 try_files $uri $uri/ /index.html;        }        location /api {                proxy_pass http://118.89.60.117:3030;        }        error_page 404 /404.html;            location = /40x.html {        }        error_page 500 502 503 504 /50x.html;            location = /50x.html {        }    }
查看完整描述

2 回答

?
幕布斯2366855

TA贡献1条经验 获得超1个赞

打不开米融的app网络,请问要怎样才能打开网络
查看完整回答
1 反对 回复 2019-03-23
  • 2 回答
  • 0 关注
  • 3252 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信