增加nginx启动命令

This commit is contained in:
Nigel 2021-05-14 10:45:11 +08:00
parent 4ab26c408e
commit a2da0de587
1 changed files with 5 additions and 1 deletions

View File

@ -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