From e4b92a32a139208f3aebec635e6fcf4a4d0ad8c5 Mon Sep 17 00:00:00 2001 From: kqjy Date: Sat, 22 Nov 2025 16:09:24 +0800 Subject: [PATCH] Fix and test custom server header --- gunicorn.conf.py | 3 +++ gunicorn_conf.py | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 gunicorn.conf.py delete mode 100644 gunicorn_conf.py diff --git a/gunicorn.conf.py b/gunicorn.conf.py new file mode 100644 index 0000000..80964a3 --- /dev/null +++ b/gunicorn.conf.py @@ -0,0 +1,3 @@ +import gunicorn +gunicorn.SERVER = 'MyFSIO' + diff --git a/gunicorn_conf.py b/gunicorn_conf.py deleted file mode 100644 index 3bec3cd..0000000 --- a/gunicorn_conf.py +++ /dev/null @@ -1,3 +0,0 @@ -import gunicorn -gunicorn.SERVER_SOFTWARE = 'MyFSIO' -