Merge branch 'main' into feat/headscale

This commit is contained in:
ashie 2026-03-19 20:18:10 +00:00
commit 9803eebb1d
2 changed files with 65 additions and 2 deletions

View file

@ -102,11 +102,19 @@
myModules.nginx = {
enable = true;
email = "info@ashisgreat.xyz";
rateLimit = {
enable = true;
requests = 10;
burst = 20;
};
domains = {
"search.ashisgreat.xyz" = {
port = 8888;
# SearXNG sets its own CSP in settings.yml — omit at Nginx level to avoid conflicts
contentSecurityPolicy = null;
# Search engine — slightly more permissive for bot traffic
rateLimit.requests = 20;
rateLimit.burst = 40;
};
};
};