mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-23 21:53:21 +02:00
Update to 2024-09-09 12:00
This commit is contained in:
parent
1611f6844d
commit
d76554f0e4
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
# Version to deploy
|
# Version to deploy
|
||||||
n8n_version: 1.49.0
|
n8n_version: 1.56.2
|
||||||
# Root directory where n8n will be installed
|
# Root directory where n8n will be installed
|
||||||
n8n_root_dir: /opt/n8n
|
n8n_root_dir: /opt/n8n
|
||||||
# User account under which n8n will run
|
# User account under which n8n will run
|
||||||
|
@ -316,6 +316,7 @@ if ($http_user_agent ~* "PageThing") { return 403; }
|
|||||||
if ($http_user_agent ~* "Pandalytics") { return 403; }
|
if ($http_user_agent ~* "Pandalytics") { return 403; }
|
||||||
if ($http_user_agent ~* "PerMan") { return 403; }
|
if ($http_user_agent ~* "PerMan") { return 403; }
|
||||||
if ($http_user_agent ~* "PerplexityBot") { return 403; }
|
if ($http_user_agent ~* "PerplexityBot") { return 403; }
|
||||||
|
if ($http_user_agent ~* "PetalBot") { return 403; }
|
||||||
if ($http_user_agent ~* "Pingdom") { return 403; }
|
if ($http_user_agent ~* "Pingdom") { return 403; }
|
||||||
if ($http_user_agent ~* "Pinterest") { return 403; }
|
if ($http_user_agent ~* "Pinterest") { return 403; }
|
||||||
if ($http_user_agent ~* "PiplBot") { return 403; }
|
if ($http_user_agent ~* "PiplBot") { return 403; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user