Thinker Thinker

关于nginx反向代理后端服务有关重定向问题的几个澄清

关于nginx反向代理后端服务有关重定向问题的几个澄清 1.重顶向的url的生成是后端服务处理的。 拿java程序举例,servlet api的request的 scheme ,serverName,port contextPath是从url中获取的,这就导致丢失了源发起方的对应信息。于是nginx

Aristotle Aristotle 发布于 2023-03-15

https证书如何检查到期日期

https证书如何检查到期日期 要检查 SSL 证书是否已过期,可以使用以下方法: 在浏览器中检查证书过期日期:您可以打开网站,并在浏览器中单击锁定图标,然后选择“证书”选项。在“证书”对话框中,您可以查看证书的详细信息,包括证书颁发机构、过期日期等。 使用 OpenSSL 检查证书过期日期:您可以

Aristotle Aristotle 发布于 2023-03-12

certbot certonly, let's encrypt

解释一下 certbot certonly --webroot -d example.com --email [email protected] -w /var/www/_letsencrypt -n --agree-tos --force-renewal 当您执行 certbot certonly

Aristotle Aristotle 发布于 2023-03-12

docker nginx安装问题

docker nginx安装问题 参考文档:https://hub.docker.com/_/nginx 参考文档:https://juejin.cn/post/7085229308901326885 参考文档:https://developer.aliyun.com/article/1025138

Aristotle Aristotle 发布于 2023-03-09

nginx-nginx.serivce 配置系统服务

nginx-nginx.serivce 配置系统服务 在CentOS 7中对用户安装的应用服务设置为系统服务,比CentOS 6方便很多,下面以配置nginx为系统服务为例子进行说明。 本例中的nginx采用源码编译方式进行安装,安装位置在/usr/local/nginx。要配置nginx为系统服务

Aristotle Aristotle 发布于 2023-02-12

nginx-安装新模块

nginx-安装新模块 前提确保nginx命令在PATH下(配置/etc/profile,export PATH变量) 1.查看安装模块 nginx -V [ec2-user@ip-172-31-6-9 nginx-1.18.0]$ nginx -V nginx version: nginx/1.1

Aristotle Aristotle 发布于 2023-02-12