From ad894a30a186f5194a833995dc4af6c71f4f4eaf Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 30 Aug 2022 08:48:16 +0100 Subject: [PATCH] Correctly override gunicorn server header --- etc/gunicorn.conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/gunicorn.conf.py b/etc/gunicorn.conf.py index b52aa7c..ed7cc64 100644 --- a/etc/gunicorn.conf.py +++ b/etc/gunicorn.conf.py @@ -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"