mirror of
https://github.com/pretix/pretix.git
synced 2026-08-14 11:26:26 +00:00
Do not leak nginx version in HTTP header (#270)
This commit is contained in:
@@ -8,6 +8,7 @@ events {
|
||||
}
|
||||
|
||||
http {
|
||||
server_tokens off;
|
||||
sendfile on;
|
||||
charset utf-8;
|
||||
tcp_nopush on;
|
||||
|
||||
Reference in New Issue
Block a user