From da7c9839c51b03f69152e491c3c8cf1a8936f97c Mon Sep 17 00:00:00 2001 From: Paweł Dybiec Date: Sun, 13 Oct 2019 20:24:39 +0200 Subject: Cleanup of nginx config and blocked some scanning server --- compose/nginx/nginx.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'compose/nginx/nginx.conf') diff --git a/compose/nginx/nginx.conf b/compose/nginx/nginx.conf index 8bf1733..1e21693 100644 --- a/compose/nginx/nginx.conf +++ b/compose/nginx/nginx.conf @@ -52,6 +52,7 @@ http { add_header Strict-Transport-Security "max-age=31536000; includeSubDomains" always; include /etc/nginx/conf.d/*.conf; + include /etc/nginx/blockIps.conf; error_page 500 501 502 503 504 /50x.html; } -- cgit 1.4.1