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

v2.0

parent d789bf9e
No related branches found
No related tags found
No related merge requests found
File added
File added
File added
File added
File added
File added
File added
File added
project/static/img/20230110_110932.png

242 KiB

project/static/img/20230110_111126.png

12.9 KiB

project/static/img/20230125114123.png

478 KiB

#!/bin/bash
nohup gunicorn -w 8 -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