c2 / start_server.sh
lqfjun's picture
Update start_server.sh
bb85f58
raw
history blame contribute delete
No virus
170 Bytes
#!/bin/sh
# For mlock support
ulimit -l unlimited
./wgrest --static-auth-token "secret" --listen "0.0.0.0:7860"
#python -B api1.py
#gunicorn --bind 0.0.0.0:7860 wsgi:app