欢迎光临IT网Linux学习频道

当前位置:主页 > TAG标签 > https
  • HAProxy RPM SPECS与HTTPS Load配置分享 日期:2016-06-04 18:03:34 点击:153 好评:0

    话不多说,具体内容如下: haproxy-1.5.17.spec 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68...

  • nginx 配置 https 还有效吗? 日期:2014-03-25 00:05:01 点击:173 好评:0

    我在想一个问题,因为原来的服务是http,现在使用nginx代理https,这样我就必须这样配置 保证服务跳转也能使用https 协议 server { listen 80; server_name xxx.com; rewrite ^(.*) https://$server_name$1 permanent; } # HTTPS server server { listen 443; se...

    共1页/2条
推荐内容