增加nginx启动命令
This commit is contained in:
parent
4ab26c408e
commit
a2da0de587
|
@ -27,4 +27,8 @@
|
|||
D. 运行服务命令: nohup npm start > npm-start.log 2>&1 &
|
||||
8. gitea的二进制执行文件最新的托管版本库位于:
|
||||
https://forgeplus.trustie.net/projects/Trustie/gitea-binary
|
||||
9. 更新前端build文件时,报unique_head.rb先关错误,删除app/docs文件夹即可
|
||||
9. 更新前端build文件时,报unique_head.rb先关错误,删除app/docs文件夹即可
|
||||
10. 如何用nginx启动
|
||||
#更新代码后 平滑重启nginx+passenger
|
||||
/opt/nginx/sbin/nginx -s reload
|
||||
#开机启动已经加在/etc/rc.local
|
Loading…
Reference in New Issue