Nginx
文章平均质量分 71
AlistairEds
这个作者很懒,什么都没留下…
展开
-
nginx php No input file specified试过网上各种方法无效后的解决方法
nginx php出现No input file specified,尝试网上各种方法都无效原创 2022-06-07 14:14:36 · 452 阅读 · 0 评论 -
fail2ban在firewalld下不工作(配合cloudflare)
目录背景配置fail2ban使用firewalldCloudflare下不生效查看Cloudflare已banIP参考背景使用fail2ban后,firewalld没有生成相应的规则,即使能识别攻击IP也不能真正ban掉IP。或者在/var/log/fail2ban.log中能看到already banned,但此IP依然能访问网站。配置fail2ban使用firewalld首先,在默认使用firewalld的系统中,需要先修改配置,使fail2ban能使用firewalld。1、推荐使用jail原创 2021-05-06 19:08:59 · 1609 阅读 · 3 评论 -
Centos7安装certbot获得并更新证书(使用Snap)
背景目前certbot不推荐在centos7上使用仓库安装,官方建议使用snap进行certbot的安装和更新。官方原文如下:While the Certbot team tries to keep the Certbot packages offered by various operating systems working in the most basic sense, due to distribution policies and/or the limited resources of翻译 2021-02-14 00:08:59 · 8410 阅读 · 1 评论 -
certbot出现nginx: [emerg] open() "/usr/local/nginx/nginx.conf" failed (2: No such file or directory)
使用的let’s Encrypt的证书,在用certbot自动续期时,出现错误:Error while running nginx -c /usr/local/nginx/nginx.conf -t.nginx: [emerg] open() “/usr/local/nginx/nginx.conf” failed (2: No suchfile or directory) nginx: ...原创 2020-04-08 00:33:37 · 2975 阅读 · 0 评论 -
升级Nginx并开启TLS1.3 Only
之前用Nginx搭了网站,开启了HTTPS,默认是TLS1.1和TLS1.2的,然后偶然看见有人在讨论TLS1.3,闲来无事,就开始折腾,打算使用TLS1.3 only。记录过程如下。升级Nginx之前的Nginx是用yum直接安装的,用 nginx -V 查看版本,发现编译用的openssl还是1.0的版本,顺便也升级openssl,然后重新编译Nginx。从官网下载最新的Nginx和O...原创 2020-03-03 22:33:04 · 4552 阅读 · 0 评论