Correctly override gunicorn server header

This commit is contained in:
Jake Howard 2022-08-30 08:48:16 +01:00
parent 1e9ff9f24b
commit ad894a30a1
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -7,4 +7,4 @@ preload_app = True
bind = "0.0.0.0"
# Replace gunicorn's 'Server' HTTP header
gunicorn.SERVER_SOFTWARE = "Wouldn't you like to know"
gunicorn.SERVER_SOFTWARE = gunicorn.SERVER = "Wouldn't you like to know"