What is Nostr?
Skhron
npub1yeq…6anu
2025-03-20 16:59:57
in reply to nevent1q…tewm

Skhron on Nostr: Nginx module I am talking about: https://github.com/kyprizel/testcookie-nginx-module ...

Nginx module I am talking about: https://github.com/kyprizel/testcookie-nginx-module
Path are relevant to gitea/forgejo, but I guess it is similar for CGit

```
map $uri $giteach_testcookie_pass {
default 0;
"~*^/api/" 1;
"~*^/assets/" 1;
"~*^/avatars/" 1;
"~*^/\S+/\S+\.git/" 1;
"~*^/\S+/\S+/raw/branch/" 1;
}
```

and use `testcookie_pass $giteach_testcookie_pass;` to selectively disable testcookie in a `location / { ... }` block
Author Public Key
npub1yequ2pswfmkgyzylmvkfawz8z3nqlh0hcgaqr4e3xy2grxplq96stt6anu