Merge branch 'main' into feat/headscale
This commit is contained in:
commit
9803eebb1d
2 changed files with 65 additions and 2 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue