drop requests to pds from freundica

This commit is contained in:
Charlotte Som 2025-01-01 17:32:57 +00:00
parent 5c0a73a92d
commit cf27f3a9dd

View file

@ -12,6 +12,9 @@ export const config = ngx("", [
...ngx.listen(),
...ngx.letsEncrypt("pds.bun.how"),
],
ngx("if ($http_user_agent ~ (freundica\.de))", [
"return 444"
]),
ngx("location /", [
"client_max_body_size 1G",
"proxy_pass http://127.0.0.7:2583",