Add full path for uwsgi
This commit is contained in:
parent
14bc795039
commit
dd48525a48
1 changed files with 1 additions and 1 deletions
2
uwsgi.sh
2
uwsgi.sh
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
uwsgi --socket 127.0.0.1:9360 --module vpnmanager.wsgi --uid 1001 --processes=40
|
/usr/local/bin/uwsgi --socket 127.0.0.1:9360 --module vpnmanager.wsgi --uid 1001 --processes=40
|
||||||
|
|
Loading…
Reference in a new issue