From 82f531dc40517688885b1538115b3d7e84a0b306 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 18 Aug 2019 20:18:46 +0200 Subject: [PATCH] nginx_ua_block_pleroma_rejects: Updated comment. --- nginx_ua_block_pleroma_rejects.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx_ua_block_pleroma_rejects.sh b/nginx_ua_block_pleroma_rejects.sh index 55eaffb..9d047cc 100755 --- a/nginx_ua_block_pleroma_rejects.sh +++ b/nginx_ua_block_pleroma_rejects.sh @@ -1,7 +1,7 @@ #!/bin/zsh # Generates an nginx-map of User-Agents to block from the rejected domains in # mrf_simple. -# Save the output to a file and include it in an nginx configuration file. Then +# Save the output to a file and include it in your nginx configuration. Then # add `if ($blockedagent) { return 403; }` to your server blocks. # Version: 2019-08-18_4