Correctly override gunicorn server header
This commit is contained in:
parent
1e9ff9f24b
commit
ad894a30a1
1 changed files with 1 additions and 1 deletions
|
@ -7,4 +7,4 @@ preload_app = True
|
||||||
bind = "0.0.0.0"
|
bind = "0.0.0.0"
|
||||||
|
|
||||||
# Replace gunicorn's 'Server' HTTP header
|
# 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"
|
||||||
|
|
Loading…
Reference in a new issue