随笔分类 -  Nginx

Nginx
摘要:Linux环境下,怎么确定Nginx是以那个config文件启动的? [root@localhost ~]# ps -ef | grep nginxroot 21196 1 0 23:40 ? 00:00:00 nginx: master process /usr/sbin/nginx -c /et 阅读全文
posted @ 2019-06-10 11:52 jeremy1888 阅读(1212) 评论(0) 推荐(0)
摘要:启动 启动代码格式:nginx安装目录地址 -c nginx配置文件地址 例如: [root@LinuxServer sbin]# /usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf 停止 nginx的停止有三种方式: 从容 阅读全文
posted @ 2019-06-10 11:51 jeremy1888 阅读(230) 评论(0) 推荐(0)
摘要:最简单的nginx教程 - 如何把一个web应用部署到nginx上 https://www.jianshu.com/p/fb7e58334b6a nginx代理本地文件夹 https://www.jianshu.com/p/52c42d0a052e 利用nginx实现指定路由 https://blo 阅读全文
posted @ 2019-06-10 11:49 jeremy1888 阅读(1355) 评论(0) 推荐(0)