Add uwsgi.sh
This commit is contained in:
parent
6b3e54a812
commit
d65700e31a
1 changed files with 3 additions and 0 deletions
3
uwsgi.sh
Executable file
3
uwsgi.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
/usr/local/bin/uwsgi --http 127.0.0.1:8000 --module urlaubsauktion.wsgi --uid 1001 --processes 8
|
||||
|
Loading…
Reference in a new issue