forked from CGM_Public/pretix_original
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