mirror of
https://github.com/QingdaoU/OpenVJ.git
synced 2024-12-28 15:31:48 +00:00
修改日志文件夹的用户和用户组
This commit is contained in:
parent
bbd4f3e963
commit
f10f328431
@ -5,6 +5,7 @@ if [ ! -f "/code/openvj/custom_settings.py" ]; then
|
||||
fi
|
||||
find /code -name "*.pyc" -delete
|
||||
python -m compileall /code
|
||||
chown -R nobody:nogroup /code/log
|
||||
gunicorn openvj.wsgi:application -b 0.0.0.0:8080 --user nobody --group nogroup --reload &
|
||||
celery -A openvj worker -l DEBUG -Q local &
|
||||
wait
|
Loading…
Reference in New Issue
Block a user