Loading

随笔分类 -  nginx

nginx
摘要:1,https证书生成 # 生成密钥server.key,需要输入密码pass openssl genrsa -des3 -out server.key 2048 # 去除server.key中的密码,防止以后重复输入 openssl rsa -in server.key -out server.k 阅读全文
posted @ 2020-12-07 16:54 stono 阅读(727) 评论(0) 推荐(0)
摘要:1,需求 内网需要访问github.com,并且是按照https://github.com这样的访问方式进行访问。 因为使用了npm install git+https://github.com/xxx/xxx.git之类的命令。 2,编译nginx增加stream、ssl相关模块 ./config 阅读全文
posted @ 2020-12-07 16:30 stono 阅读(2298) 评论(0) 推荐(0)
摘要:1,问题描述 nginx运行正常,某些时候登陆服务器 nginx -t命令,突然出现 Segmentation fault (core dumped) 2,解决步骤 对nginx进行了版本升级、反复编译,无果; 后来咨询了同事,他修改了/etc/hosts里面的内容,竟然导致了这样的错误; 配置正确 阅读全文
posted @ 2020-12-07 16:14 stono 阅读(1665) 评论(0) 推荐(0)
摘要:使用nginx反向代理到不同服务器(共享同一端口)配置文件 阅读全文
posted @ 2018-09-07 15:51 stono 阅读(737) 评论(0) 推荐(0)
摘要:Nginx配置ssl证书 阅读全文
posted @ 2018-07-23 18:30 stono 阅读(123) 评论(0) 推荐(0)
摘要:nginx 相关命令 阅读全文
posted @ 2018-06-12 14:43 stono 阅读(691) 评论(0) 推荐(0)
摘要:nginx linux 安装 阅读全文
posted @ 2018-06-06 09:44 stono 阅读(173) 评论(0) 推荐(0)
摘要:nginx监听相同端口,根据域名请求不同的server 阅读全文
posted @ 2018-06-06 09:24 stono 阅读(305) 评论(0) 推荐(0)
摘要:nginx资源争夺问题 阅读全文
posted @ 2018-05-25 16:09 stono 阅读(199) 评论(0) 推荐(0)
摘要:windows下nginx的安装及使用方法入门 阅读全文
posted @ 2018-05-07 19:32 stono 阅读(133) 评论(0) 推荐(0)
摘要:nginx配置初步 阅读全文
posted @ 2018-04-24 08:57 stono 阅读(185) 评论(0) 推荐(0)
摘要:Windows下Nginx配置SSL实现Https访问(包含证书生成) 阅读全文
posted @ 2018-03-27 09:45 stono 阅读(368) 评论(0) 推荐(0)
摘要:nginx allow 多个ip & ipv4的网段表示方法解析 阅读全文
posted @ 2018-03-12 14:38 stono 阅读(404) 评论(0) 推荐(0)
摘要:nginx access 日志位置 阅读全文
posted @ 2017-03-26 20:16 stono 阅读(234) 评论(0) 推荐(0)
摘要:linux 获取经过N层Nginx转发的访问来源真实IP 阅读全文
posted @ 2017-03-26 13:48 stono 阅读(203) 评论(0) 推荐(0)