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