Fixed line placement of gunicorn
This commit is contained in:
parent
e58fd2ebe1
commit
28ea42b48f
|
@ -8,6 +8,6 @@
|
|||
function main() {
|
||||
source "../bin/activate"
|
||||
# Note can replace 127.0.0.1 with 0.0.0.0 to make it 'network/internet' accessable...
|
||||
gunicorn wsgi:app -b 127.0.0.1:4040 # <module>:<app> IE <file>:<flask app variable>
|
||||
}
|
||||
gunicorn wsgi:app -b 127.0.0.1:4040 # <module>:<app> IE <file>:<flask app variable>
|
||||
main $@;
|
||||
|
|
Loading…
Reference in New Issue