mirror of
https://github.com/certat/intelmq-docker.git
synced 2026-01-24 00:53:28 +01:00
FIX: Remove server_tokens from nginx
Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>
This commit is contained in:
@@ -3,6 +3,7 @@ upstream intelmq_api {
|
||||
}
|
||||
|
||||
server {
|
||||
server_tokens off;
|
||||
listen 80 default_server;
|
||||
|
||||
server_name localhost;
|
||||
|
||||
Reference in New Issue
Block a user