fixing scripts again and again

This commit is contained in:
bunkerity
2020-12-02 14:31:54 +01:00
parent db04c0345c
commit 2fe05d3fd3
4 changed files with 9 additions and 20 deletions

View File

@@ -1,5 +0,0 @@
map $http_referer $bad_referrer {
hostnames;
default no;
%BLOCK_REFERRER%
}

View File

@@ -1,4 +0,0 @@
map $http_user_agent $bad_user_agent {
default no;
%BLOCK_USER_AGENT%
}