Merge branch 'fix_api_reloading_nginx_after_static_file_creation' into 'master'
Fix api by reloading nginx after static files creation See merge request isard/isard-sso!15
commit
b5413978b1
|
@ -1,3 +1,5 @@
|
|||
cd /api
|
||||
python3 start.py &
|
||||
#nginx -g daemon off
|
||||
{
|
||||
python3 start.py
|
||||
nginx -s reload
|
||||
} &
|
||||
|
|
Loading…
Reference in New Issue