Updated Searx with haproxy (markdown)

Arthur Țițeică 2016-10-30 10:41:56 +02:00
parent a7e9bcf007
commit 9269bf664d
1 changed files with 4 additions and 0 deletions

@ -25,6 +25,10 @@
backend other_site
server nginx [...]
`127.0.0.1:8888` is the address/port where searx is listening for connections.
The `maxconn` parameter defines the the concurrent connection limit that haproxy will accept in order to prevent abuse. For a single user searx instance `maxconn 10` will suffice.
## Static asset compression
Modify the searx backend declared in haproxy by adding the following