Browse Source

fix: minor typos

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Markus Heiser 5 years ago
parent
commit
c15337850e

+ 1 - 1
docs/admin/filtron.rst

@@ -18,7 +18,7 @@ How to protect an instance
 
 
 .. _filtron: https://github.com/asciimoo/filtron
 .. _filtron: https://github.com/asciimoo/filtron
 
 
-Searx depens on external search services.  To avoid the abuse of these services
+Searx depends on external search services.  To avoid the abuse of these services
 it is advised to limit the number of requests processed by searx.
 it is advised to limit the number of requests processed by searx.
 
 
 An application firewall, filtron_ solves exactly this problem.  Filtron is just
 An application firewall, filtron_ solves exactly this problem.  Filtron is just

+ 2 - 2
docs/admin/installation-nginx.rst

@@ -186,7 +186,7 @@ Started wiki`_ is always a good resource *to keep in the pocket*.
 
 
    .. group-tab:: proxy or uWSGI
    .. group-tab:: proxy or uWSGI
 
 
-      Be warned, with this setup, your Instance isn't :ref:`protected <searx
+      Be warned, with this setup, your instance isn't :ref:`protected <searx
       filtron>`.  Nevertheless it is good enough for intranet usage and it is a
       filtron>`.  Nevertheless it is good enough for intranet usage and it is a
       excellent example of; *how different services can be set up*.  The next
       excellent example of; *how different services can be set up*.  The next
       example shows a reverse proxy configuration wrapping the :ref:`searx-uWSGI
       example shows a reverse proxy configuration wrapping the :ref:`searx-uWSGI
@@ -246,7 +246,7 @@ Started wiki`_ is always a good resource *to keep in the pocket*.
 
 
    .. group-tab:: subdirectory URL
    .. group-tab:: subdirectory URL
 
 
-      Be warned, with these setups, your Instance isn't :ref:`protected <searx
+      Be warned, with these setups, your instance isn't :ref:`protected <searx
       filtron>`.  The examples are just here to demonstrate how to export the
       filtron>`.  The examples are just here to demonstrate how to export the
       searx application from a subdirectory URL ``https://example.org/searx/``.
       searx application from a subdirectory URL ``https://example.org/searx/``.
 
 

+ 1 - 1
utils/templates/etc/uwsgi/apps-archlinux/searx.ini

@@ -17,7 +17,7 @@ env = SEARX_SETTINGS_PATH=${SEARX_SETTINGS_PATH}
 
 
 # disable logging for privacy
 # disable logging for privacy
 logger = systemd
 logger = systemd
-disable-logging = false
+disable-logging = true
 
 
 # The right granted on the created socket
 # The right granted on the created socket
 chmod-socket = 666
 chmod-socket = 666