Skip to content
Snippets Groups Projects
Commit 2b3706b4 authored by Changlin Jin's avatar Changlin Jin
Browse files

v2.1

parent 9a0e255e
Branches
No related tags found
No related merge requests found
#!/bin/bash
nohup gunicorn -w 8 -b 0.0.0.0:8080 wsgi:application > ./log/blog_server.log 2>&1 &
nohup gunicorn -w 2 -t 100 -b 0.0.0.0:8080 wsgi:application > ./log/blog_server.log 2>&1 &
echo "start server succeeded!"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment