Fix and test custom server header

This commit is contained in:
2025-11-22 16:09:24 +08:00
parent 57c40dcdcc
commit e4b92a32a1
2 changed files with 3 additions and 3 deletions

3
gunicorn.conf.py Normal file
View File

@@ -0,0 +1,3 @@
import gunicorn
gunicorn.SERVER = 'MyFSIO'

View File

@@ -1,3 +0,0 @@
import gunicorn
gunicorn.SERVER_SOFTWARE = 'MyFSIO'