We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e02bb3 commit 4525525Copy full SHA for 4525525
1 file changed
README.md
@@ -1,3 +1,10 @@
1
+## Run server
2
+
3
+```
4
+uwsgi --module server.wsgi
5
+uwsgi --socket /tmp/uwsgi.socket --wsgi-file wsgi.py --uid www-data --gid www-data -H /usr/local/lib/python3.8
6
7
8
## Hosting
9
10
```
@@ -45,7 +52,7 @@ pip install -r requirements.txt
45
52
### Server
46
53
47
54
48
-flask run
55
+flask run --host=0.0.0.0 --port=80
49
56
50
57
51
58
### tests
0 commit comments