fix missing config file
This commit is contained in:
parent
f8fd2a6fb0
commit
8296d91b43
2 changed files with 8 additions and 1 deletions
6
searxng-limiter.toml
Normal file
6
searxng-limiter.toml
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
# This configuration file updates the default configuration file
|
||||||
|
# See https://github.com/searxng/searxng/blob/master/searx/limiter.toml
|
||||||
|
|
||||||
|
[botdetection.ip_limit]
|
||||||
|
# activate link_token method in the ip_limit method
|
||||||
|
link_token = true
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
FROM searxng/searxng
|
FROM searxng/searxng
|
||||||
|
|
||||||
COPY searxng-settings.yml /etc/searxng/settings.yml
|
COPY searxng-settings.yml /etc/searxng/settings.yml
|
||||||
|
COPY searxng-limiter.toml /etc/searxng/limiter.toml
|
||||||
Loading…
Add table
Add a link
Reference in a new issue