
nginx
左上晨
君子终日乾乾,夕惕若,厉,无咎。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
nginx命令
nginx的命令: 说明配置文件正确(出现ok):./nginx -t 重启:./nginx -s reload 停止:./nginx -s stop原创 2018-10-11 16:15:41 · 149 阅读 · 0 评论 -
nginx的location配置详解
nginx的location配置详解 https://www.cnblogs.com/sign-ptk/p/6723048.html转载 2018-10-11 16:28:02 · 203 阅读 · 0 评论 -
nginx官网文档地址
nginx官网介绍 https://www.nginx.com/resources/wiki/转载 2018-10-11 16:28:33 · 1848 阅读 · 0 评论 -
windows下安装nginx
windows下安装nginx https://www.cnblogs.com/qfb620/p/5508468.html转载 2018-10-12 09:21:37 · 118 阅读 · 0 评论 -
Nginx配置upstream实现负载均衡
Nginx配置upstream实现负载均衡 https://www.cnblogs.com/wzjhoutai/p/6932007.html 在http节点下,加入upstream节点。 upstream linuxidc { server 10.0.6.108:7080; server 10.0.0.85:8980; } 将server节点下的location节点中的proxy_pass配...转载 2018-10-12 09:21:30 · 172 阅读 · 0 评论 -
nginx从http跳转到https
nginx从http跳转到https,参考:https://www.cnblogs.com/nuccch/p/7681592.html原创 2019-09-03 12:11:18 · 992 阅读 · 0 评论