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