From 6817691a10e9bab3c816966bac21fa1ba306e346 Mon Sep 17 00:00:00 2001 From: vanyaindigo Date: Sat, 9 Apr 2022 19:20:19 +0300 Subject: [PATCH] Update nginx.conf --- nginx.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/nginx.conf b/nginx.conf index d9c4f82..667a70c 100644 --- a/nginx.conf +++ b/nginx.conf @@ -46,9 +46,6 @@ open_file_cache_errors on; include /etc/nginx/mime.types; default_type application/octet-stream; -## Block spammers and other unwanted visitors ## -include /etc/nginx/blockips.conf; - ## # Logging Settings ##