diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2020-02-17 18:58:59 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2020-02-17 18:58:59 +0100 |
commit | 59e4026762a809fe2a5b5a5a949d7d671f4d989b (patch) | |
tree | 660bc56cd0297670546a55b6fbdf35dfb0b32994 /utils/filtron.sh | |
parent | de58f02f6b502f05a86df50e3e6fa77d0b666ec9 (diff) | |
download | searxng-59e4026762a809fe2a5b5a5a949d7d671f4d989b.tar.gz searxng-59e4026762a809fe2a5b5a5a949d7d671f4d989b.zip |
searx.sh: install settings at /etc/searx/settings.yml
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'utils/filtron.sh')
-rwxr-xr-x | utils/filtron.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/filtron.sh b/utils/filtron.sh index 13bb76751..2d2270812 100755 --- a/utils/filtron.sh +++ b/utils/filtron.sh @@ -87,6 +87,8 @@ apache : ${PUBLIC_URL} :install: apache site with a reverse proxy (ProxyPass) :remove: apache site ${APACHE_FILTRON_SITE} +filtron rules: ${FILTRON_RULES} + If needed, set PUBLIC_URL of your WEB service in the '${DOT_CONFIG#"$REPO_ROOT/"}' file:: PUBLIC_URL : ${PUBLIC_URL} |