From 1baf4a849535314a8b743d00ebd9d19efc8e72e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Wed, 6 May 2026 08:50:40 +0200 Subject: [PATCH] headers --- gunicorn.conf.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gunicorn.conf.py b/gunicorn.conf.py index 2c44506..8bc386d 100644 --- a/gunicorn.conf.py +++ b/gunicorn.conf.py @@ -1,2 +1,3 @@ -import gunicorn -gunicorn.SERVER_SOFTWARE = "pyTorrent" \ No newline at end of file +import gunicorn.http.wsgi + +gunicorn.http.wsgi.SERVER = "pyTorrent" \ No newline at end of file