• 博客园logo
  • 会员
  • 周边
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
深水是沉默
别自制压力,我们没有必要跟着时间走, 只需跟着心态和能力走 随缘 尽力 问心无愧,其他的,交给天。
博客园    首页    新随笔    联系   管理    订阅  订阅
08 2022 档案
linux ubuntu PHP之Nginx 配置

摘要:upstream www.xxxxxx.com { server localhost:9041;} #配置80端口重定向443端口 server { listen 80; server_name www.xxxxxx.com;#域名 return 301 https://$server_name$r 阅读全文
posted @ 2022-08-15 10:12 深水是沉默 阅读(235) 评论(0) 推荐(0)
linux nbuntu下安装 php

摘要:1、下载 wget http://cn2.php.net/distributions/php-7.0.30.tar.gz 解压 tar -zxvf php-7.0.30.tar.gz 2、下载安装依赖 yum -y install gcc openssl openssl-devel curl cur 阅读全文
posted @ 2022-08-15 09:18 深水是沉默 阅读(55) 评论(0) 推荐(0)
nginx 配置 http重定向到https

摘要:话不多说直接代码 server { listen 80; server_name www.xxxxx.com; return 301 https://$server_name$request_uri;} server { listen 443 ssl; server_name www.xxxxx.c 阅读全文
posted @ 2022-08-12 15:17 深水是沉默 阅读(1138) 评论(0) 推荐(0)

博客园  ©  2004-2026
浙公网安备 33010602011771号 浙ICP备2021040463号-3