fixed(?) start.sh

This commit is contained in:
Shaquille Soekhlal 2021-02-15 11:55:52 +01:00
parent 5fe4e94e73
commit 12d13635ad

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/bash
uwsgi --ini app.ini --venv /usr/local uwsgi --ini uwsgi.ini --venv /usr/local
nginx -g 'daemon off;' nginx -g 'daemon off;'