diff options
| author | Michael Grote | 2023-04-13 14:58:39 +0200 |
|---|---|---|
| committer | Michael Grote | 2023-04-13 14:58:39 +0200 |
| commit | 1950d759baefe243d391cd63cd07b4973c46d362 (patch) | |
| tree | 07975f53461592e9a849594b3aadd649a219548f /gunicorn_config.py | |
| parent | e15c6e472713206521e1013807e637a7f31badbd (diff) | |
add gunicorn 2
Diffstat (limited to 'gunicorn_config.py')
| -rw-r--r-- | gunicorn_config.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gunicorn_config.py b/gunicorn_config.py new file mode 100644 index 0000000..c7342ad --- /dev/null +++ b/gunicorn_config.py @@ -0,0 +1,3 @@ +bind = "0.0.0.0:5000" +workers = 2 +threads = 4 |