We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26c1036 commit 120717aCopy full SHA for 120717a
gunicorn.py.ini
@@ -1,5 +1,5 @@
1
from multiprocessing import cpu_count
2
3
-bind = '0.0.0.0:8000'
+bind = '0.0.0.0:80'
4
workers = cpu_count() * 2
5
threads = cpu_count() * 2
0 commit comments