
nginx
左上晨
君子终日乾乾,夕惕若,厉,无咎。
展开
-
nginx命令
nginx的命令:说明配置文件正确(出现ok):./nginx -t重启:./nginx -s reload停止:./nginx -s stop原创 2018-10-11 16:15:41 · 140 阅读 · 0 评论 -
nginx的location配置详解
nginx的location配置详解https://www.cnblogs.com/sign-ptk/p/6723048.html转载 2018-10-11 16:28:02 · 184 阅读 · 0 评论 -
nginx官网文档地址
nginx官网介绍https://www.nginx.com/resources/wiki/转载 2018-10-11 16:28:33 · 1833 阅读 · 0 评论 -
windows下安装nginx
windows下安装nginxhttps://www.cnblogs.com/qfb620/p/5508468.html转载 2018-10-12 09:21:37 · 110 阅读 · 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 · 161 阅读 · 0 评论 -
nginx从http跳转到https
nginx从http跳转到https,参考:https://www.cnblogs.com/nuccch/p/7681592.html原创 2019-09-03 12:11:18 · 982 阅读 · 0 评论