mirror of https://github.com/searx/searx
Deploying to gh-pages from @ 3ddd0f8944
🚀
This commit is contained in:
parent
b558109741
commit
fca2c9ac15
|
@ -171,7 +171,7 @@ headers set HTTP header information
|
|||
data set HTTP data information
|
||||
cookies set HTTP cookies
|
||||
verify bool Performing SSL-Validity check
|
||||
allow_redirects bool Follow redirects
|
||||
follow_redirects bool Follow redirects
|
||||
max_redirects int maximum redirects, hard limit
|
||||
soft_max_redirects int maximum redirects, soft limit. Record an error but don't stop the engine
|
||||
raise_for_httperror bool True by default: raise an exception if the HTTP code of response is >= 300
|
||||
|
|
|
@ -408,7 +408,7 @@ request:</p>
|
|||
<td><p>bool</p></td>
|
||||
<td><p>Performing SSL-Validity check</p></td>
|
||||
</tr>
|
||||
<tr class="row-even"><td><p>allow_redirects</p></td>
|
||||
<tr class="row-even"><td><p>follow_redirects</p></td>
|
||||
<td><p>bool</p></td>
|
||||
<td><p>Follow redirects</p></td>
|
||||
</tr>
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -183,18 +183,18 @@ inspect service
|
|||
show service status and log
|
||||
option
|
||||
set one of the available options
|
||||
apache (http://fv-az246-593/searx)
|
||||
apache (http://fv-az238-141/searx)
|
||||
:install: apache site with a reverse proxy (ProxyPass)
|
||||
:remove: apache site searx.conf
|
||||
nginx (http://fv-az246-593/searx)
|
||||
nginx (http://fv-az238-141/searx)
|
||||
:install: nginx site with a reverse proxy (ProxyPass)
|
||||
:remove: nginx site searx.conf
|
||||
|
||||
filtron rules: /etc/filtron/rules.json
|
||||
|
||||
If needed, set PUBLIC_URL of your WEB service in the '.config.sh' file::
|
||||
PUBLIC_URL : http://fv-az246-593/searx
|
||||
PUBLIC_HOST : fv-az246-593
|
||||
PUBLIC_URL : http://fv-az238-141/searx
|
||||
PUBLIC_HOST : fv-az238-141
|
||||
SERVICE_USER : filtron
|
||||
FILTRON_TARGET : 127.0.0.1:8888
|
||||
FILTRON_API : 127.0.0.1:4005
|
||||
|
|
|
@ -193,7 +193,7 @@ install
|
|||
:base: prepare LXC; install basic packages
|
||||
:suite: install LXC searx suite into all (or <name>) containers
|
||||
|
||||
LXC suite: searx --> http://fv-az246-593/searx
|
||||
LXC suite: searx --> http://fv-az238-141/searx
|
||||
suite includes searx, morty & filtron
|
||||
suite images:
|
||||
ubu1804 ubu2004 ubu2010 fedora33 archlinux centos7
|
||||
|
|
|
@ -185,22 +185,22 @@ inspect service
|
|||
option
|
||||
set one of the available options
|
||||
:new-key: set new morty key
|
||||
apache : http://fv-az246-593/morty/
|
||||
apache : http://fv-az238-141/morty/
|
||||
:install: apache site with a reverse proxy (ProxyPass)
|
||||
:remove: apache site morty.conf
|
||||
nginx (http://fv-az246-593/morty/)
|
||||
nginx (http://fv-az238-141/morty/)
|
||||
:install: nginx site with a reverse proxy (ProxyPass)
|
||||
:remove: nginx site morty.conf
|
||||
|
||||
If needed, set the environment variables in the '.config.sh' file::
|
||||
PUBLIC_URL_MORTY: http://fv-az246-593/morty/
|
||||
PUBLIC_URL_MORTY: http://fv-az238-141/morty/
|
||||
MORTY_LISTEN: 127.0.0.1:3000
|
||||
SERVICE_USER: morty
|
||||
|
||||
To activate result and image proxy in searx, edit settings.yml (read:
|
||||
https://searx.github.io/searx/admin/morty.html)::
|
||||
result_proxy:
|
||||
url : http://fv-az246-593/morty/
|
||||
url : http://fv-az238-141/morty/
|
||||
server:
|
||||
image_proxy : True
|
||||
</pre></div>
|
||||
|
|
|
@ -112,8 +112,8 @@ apache
|
|||
searx settings: /etc/searx/settings.yml
|
||||
|
||||
If needed, set PUBLIC_URL of your WEB service in the '.config.sh' file::
|
||||
PUBLIC_URL : http://fv-az246-593/searx
|
||||
SEARX_INSTANCE_NAME : searx@fv-az246-593
|
||||
PUBLIC_URL : http://fv-az238-141/searx
|
||||
SEARX_INSTANCE_NAME : searx@fv-az238-141
|
||||
SERVICE_USER : searx
|
||||
SEARX_INTERNAL_HTTP : http://127.0.0.1:8888
|
||||
</pre></div>
|
||||
|
|
Loading…
Reference in New Issue