From ca11229369c018eeb9d203b5ebfce525cb127754 Mon Sep 17 00:00:00 2001 From: Arya Kiran Date: Tue, 5 Sep 2023 10:45:22 +0530 Subject: [PATCH] add /pic to that --- privfrontends/templates/Caddyfile.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/privfrontends/templates/Caddyfile.j2 b/privfrontends/templates/Caddyfile.j2 index d5f7883..cd101af 100644 --- a/privfrontends/templates/Caddyfile.j2 +++ b/privfrontends/templates/Caddyfile.j2 @@ -84,7 +84,7 @@ nitter.{{ server_prefix }}.projectsegfau.lt nitter.projectsegfau.lt n.psf.lt n.{ import banips @rlignore { - not path /css/* /js/* /fonts/* /browserconfig.xml /android-chrome* /favicon* /logo* /lp.svg /robots.txt /safari* /site.webmanifest + not path /css/* /js/* /fonts/* /browserconfig.xml /android-chrome* /favicon* /logo* /lp.svg /robots.txt /safari* /site.webmanifest /pic/* } rate_limit @rlignore {remote.ip} 2r/s 60000 500 rate_limit @rlignore {remote.ip} 30r/m 300000 500