码迷,mamicode.com
首页 > 系统相关 > 详细

linux安装nginx(CentOS6)

时间:2021-06-13 09:26:41      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:cat   href   linu   rgb   image   nginx   org   get   命令   

nginx下载地址

http://nginx.org/en/download.html

技术图片

 

 

Window启动命令:
java -jar D:\jeecg-boot-module-system-2.0.0.jar

Linux下后台进程启动命令:
nohup java -jar jeecg-boot-module-system-2.0.0.jar >catalina.out 2>&1 &

关掉项目:
ps -ef|grep java
kill 进程号 

 

 

安装参考

https://www.cnblogs.com/xxoome/p/5866475.html

linux下nginx的启动与停止

https://www.cnblogs.com/aimei/p/12859102.html

linux安装nginx(CentOS6)

标签:cat   href   linu   rgb   image   nginx   org   get   命令   

原文地址:https://www.cnblogs.com/jhdhl/p/14873100.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!