3 lines
71 B
Bash
3 lines
71 B
Bash
|
#!/usr/bin/env sh
|
||
|
nginx -g "daemon off;" &
|
||
|
uwsgi --ini deploy/uwsgi.ini
|