4 lines
75 B
Bash
4 lines
75 B
Bash
#!/bin/bash
|
|
|
|
uwsgi --ini uwsgi.ini --venv /usr/local
|
|
nginx -g 'daemon off;' |