Zavier's BLOG-自渡博客,分享互联网技术经验
首页 关于本博客 友情链接
推荐
linux/shell
1 LEDE官方固件安装中文语言包的方法 11,152 阅读 2 LEDE固件踢出弱信号客户端,实现WiFi无缝漫游脚本 9,326 阅读 3 基于CloudFlare API的纯Shell动态DNS(DDNS)脚本 8,353 阅读 4 一次OpenVPN交叉编译笔记 6,895 阅读 5 利用iptables的string模块来屏蔽域名(关键词匹配) 6,355 阅读
study OpenWrt/LEDE 网络技术
数通
HCNP/CCNP
linux
shell CentOS Ubuntu/Debian php Linux应用
VPS推荐
洛杉矶VPS 欧洲VPS 搬瓦工
C/C++ 虚拟化 IDC 杂项 MySQL
运维笔记
zabbix seafile openvpn QEMU/KVM windows html nginx
互联网应用 IP地址段汇总
登录
标签搜索
  • nginx
  • OpenWrt
  • openvpn
  • SSH
  • cloudflare
  • seafile
  • iptables
  • VPS
  • linux
  • openssl
  • ddns
  • CentOS
  • Linux启动脚本
  • seafile网盘
  • vsftpd
  • openvpn配置模板
  • ftp
  • 反向代理
  • seafile服务器
  • letsencrypt
侧边栏壁纸
博主昵称
自渡

  • 累计撰写 78 篇文章
  • 累计收到 3 条评论
  • 首页
  • 栏目
    • study
    • OpenWrt/LEDE
    • 网络技术
    • 数通
      • HCNP/CCNP
    • linux
      • shell
      • CentOS
      • Ubuntu/Debian
      • php
      • Linux应用
    • VPS推荐
      • 洛杉矶VPS
      • 欧洲VPS
      • 搬瓦工
    • C/C++
    • 虚拟化
    • IDC
    • 杂项
    • MySQL
    • 运维笔记
      • zabbix
      • seafile
      • openvpn
      • QEMU/KVM
      • windows
      • html
      • nginx
    • 互联网应用
    • IP地址段汇总
  • 页面
    • 关于本博客
    • 友情链接
  • 推荐
    • linux/shell
搜索到 8 篇与 nginx 的结果
  • 免费SSL证书Let's encrypt申请流程及nginxSSL配置 2017-11-22
    免费SSL证书Let's encrypt申请流程及nginxSSL配置 wget https://dl.eff.org/certbot-autochmod a+x certbot-auto单域名./certbot-auto certonly --email youremail@example.com --agree-tos --webroot -w 网站目录 -d 域名多域名./certbot-auto certonly --email youremail@example.com --agree-tos --webroot -w 网站目录 -d 域名1 -d 域名2续期./certbot-auto certonly --renew-by-default --email youremail@example.com -d yourdomainnamenginxSSL段配置写法ssl on;ssl_certificate /etc/letsencrypt/live/example.com/fullchain.pem;ssl_certificate_key /etc/letsencrypt/live/example.com/privkey.pem;ssl_protocols TLSv1 TLSv1.1 TLSv1.2;ssl_ciphers"EECDH+CHACHA20:EECDH+CHACHA20-draft:EECDH+AES128:RSA+AES128:EECDH+AES256:RSA+AES256:EECDH+3DES:RSA+3DES:!MD5"; ssl_prefer_server_ciphers on;ssl_session_cache shared:SSL:10m;
    • 2017年11月22日
    • 1,325 阅读
    • 1 评论
    • 0 点赞
  • Nginx HTTP301跳转写法 2017-11-22
    Nginx HTTP301跳转写法 server { listen 80; server_name example.com; rewrite ^(.*) https://example.com$1 permanent; }
    • 2017年11月22日
    • 1,230 阅读
    • 0 评论
    • 0 点赞
  • Nginx配置index of/索引页笔记 2017-11-19
    Nginx配置index of/索引页笔记 server { listen 80 default; root /usr/local/nginx/html/downloads; location / { autoindex on; autoindex_exact_size off; autoindex_localtime on; charset utf-8,gbk; } }
    • 2017年11月19日
    • 2,149 阅读
    • 0 评论
    • 0 点赞
  • 1
  • 2
博主栏壁纸
博主头像 自渡

78 文章数
3 评论量
  • Nginx配置index of/索引页笔记
  • Nginx HTTP301跳转写法
  • 免费SSL证书Let's encrypt申请流程及nginxSSL配置
  • Let's Encrypt免费泛域名SSL证书获取
  • 基于CloudFlare API的纯Shell动态DNS(DDNS)脚本
  • SSH端口修改
  • iptables管理脚本
  • 使用vsftpd搭建显式SSL/TLS加密的FTP服务器(FTPS)
  • 开源虚拟隧道创建程序VTun编译及配置详解
  • 在Linux下编译安装transmission
人生倒计时

Copyright © 2017-2024 Zavier's BLOG|自渡博客

已运行 00 天 00 时 00 分 00 秒

友情链接:青空之蓝 乔大海个人网站