文章分类 -  web服务

HTTP服务和反向代理web服务器
摘要:#user nobody; worker_processes 1; error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #pid logs/nginx.pid; eve 阅读全文
posted @ 2021-04-25 11:13 +纪+ 阅读(36) 评论(0) 推荐(0)
摘要:先查看openssl相关查看openssl 支持的客户端SSL/TLS版本openssl s_client --help 根据版本支持情况决定是否指定安装特定版本; nginx源码包安装: 1.预编译检查、配置,可以指定openssl版本,配置openssl源码解压目录预编译./configure 阅读全文
posted @ 2021-04-25 11:09 +纪+ 阅读(42) 评论(0) 推荐(0)
摘要:一、nginx相关命令: 1.nginx配置测试命令: 进入nginx安装目录下的sbin目录下 ./nginx -t 2.nginx启动命令: 进入nginx安装目录下的sbin目录下 ./nginx -c /usr/local/nginx/conf/nginx.conf 3.nginx重启命令: 阅读全文
posted @ 2020-03-26 11:49 +纪+ 阅读(28) 评论(0) 推荐(0)