| 
									
										
										
										
											2020-02-04 16:42:13 +01:00
										 |  |  | .. _installation nginx:
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 10:02:50 +02:00
										 |  |  | =====
 | 
					
						
							|  |  |  | NGINX
 | 
					
						
							|  |  |  | =====
 | 
					
						
							| 
									
										
										
										
											2020-02-04 16:42:13 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-03-04 19:56:40 +01:00
										 |  |  | .. _nginx:
 | 
					
						
							|  |  |  |    https://docs.nginx.com/nginx/admin-guide/
 | 
					
						
							|  |  |  | .. _nginx server configuration:
 | 
					
						
							|  |  |  |    https://docs.nginx.com/nginx/admin-guide/web-server/web-server/#setting-up-virtual-servers
 | 
					
						
							|  |  |  | .. _nginx beginners guide:
 | 
					
						
							| 
									
										
										
										
											2020-12-04 16:50:26 +01:00
										 |  |  |    https://nginx.org/en/docs/beginners_guide.html
 | 
					
						
							| 
									
										
										
										
											2020-03-04 19:56:40 +01:00
										 |  |  | .. _Getting Started wiki:
 | 
					
						
							|  |  |  |    https://www.nginx.com/resources/wiki/start/
 | 
					
						
							| 
									
										
										
										
											2020-03-06 14:47:00 +01:00
										 |  |  | .. _uWSGI support from nginx:
 | 
					
						
							|  |  |  |    https://uwsgi-docs.readthedocs.io/en/latest/Nginx.html
 | 
					
						
							|  |  |  | .. _uwsgi_params:
 | 
					
						
							|  |  |  |    https://uwsgi-docs.readthedocs.io/en/latest/Nginx.html#configuring-nginx
 | 
					
						
							|  |  |  | .. _SCRIPT_NAME:
 | 
					
						
							|  |  |  |    https://werkzeug.palletsprojects.com/en/1.0.x/wsgi/#werkzeug.wsgi.get_script_name
 | 
					
						
							| 
									
										
										
										
											2020-02-04 16:42:13 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-21 14:48:46 +02:00
										 |  |  | This section explains how to set up a SearXNG instance using the HTTP server nginx_.
 | 
					
						
							|  |  |  | If you have used the :ref:`installation scripts` and do not have any special preferences
 | 
					
						
							| 
									
										
										
										
											2022-06-14 10:02:50 +02:00
										 |  |  | you can install the :ref:`SearXNG site <nginx searxng site>` using
 | 
					
						
							|  |  |  | :ref:`searxng.sh <searxng.sh overview>`:
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .. code:: bash
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |    $ sudo -H ./utils/searxng.sh install nginx
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | If you have special interests or problems with setting up nginx, the following
 | 
					
						
							|  |  |  | section might give you some guidance.
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-04-09 15:04:23 +02:00
										 |  |  | .. sidebar:: further reading
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |    - nginx_
 | 
					
						
							|  |  |  |    - `nginx beginners guide`_
 | 
					
						
							|  |  |  |    - `nginx server configuration`_
 | 
					
						
							|  |  |  |    - `Getting Started wiki`_
 | 
					
						
							|  |  |  |    - `uWSGI support from nginx`_
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 10:02:50 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-06-30 18:07:02 +02:00
										 |  |  | .. contents::
 | 
					
						
							| 
									
										
										
										
											2020-02-04 16:42:13 +01:00
										 |  |  |    :depth: 2
 | 
					
						
							|  |  |  |    :local: | 
					
						
							|  |  |  |    :backlinks: entry
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-03-04 19:56:40 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | The nginx HTTP server
 | 
					
						
							|  |  |  | =====================
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 10:02:50 +02:00
										 |  |  | If nginx_ is not installed, install it now.
 | 
					
						
							| 
									
										
										
										
											2020-03-04 19:56:40 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-02-04 16:42:13 +01:00
										 |  |  | .. tabs::
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |    .. group-tab:: Ubuntu / debian
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 10:02:50 +02:00
										 |  |  |       .. code:: bash
 | 
					
						
							| 
									
										
										
										
											2020-02-04 16:42:13 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  |          sudo -H apt-get install nginx
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-03-04 19:56:40 +01:00
										 |  |  |    .. group-tab:: Arch Linux
 | 
					
						
							| 
									
										
										
										
											2020-02-04 16:42:13 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-03-04 19:56:40 +01:00
										 |  |  |       .. code-block:: sh
 | 
					
						
							| 
									
										
										
										
											2020-02-04 16:42:13 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-03-04 19:56:40 +01:00
										 |  |  |          sudo -H pacman -S nginx-mainline
 | 
					
						
							|  |  |  |          sudo -H systemctl enable nginx
 | 
					
						
							|  |  |  |          sudo -H systemctl start nginx
 | 
					
						
							| 
									
										
										
										
											2020-02-04 16:42:13 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-03-04 19:56:40 +01:00
										 |  |  |    .. group-tab::  Fedora / RHEL
 | 
					
						
							| 
									
										
										
										
											2020-02-04 16:42:13 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-03-04 19:56:40 +01:00
										 |  |  |       .. code-block:: sh
 | 
					
						
							| 
									
										
										
										
											2020-02-04 16:42:13 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-03-04 19:56:40 +01:00
										 |  |  |          sudo -H dnf install nginx
 | 
					
						
							|  |  |  |          sudo -H systemctl enable nginx
 | 
					
						
							|  |  |  |          sudo -H systemctl start nginx
 | 
					
						
							| 
									
										
										
										
											2020-02-04 16:42:13 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-03-04 19:56:40 +01:00
										 |  |  | Now at http://localhost you should see a *Welcome to nginx!* page, on Fedora you
 | 
					
						
							|  |  |  | see a *Fedora Webserver - Test Page*.  The test page comes from the default
 | 
					
						
							| 
									
										
										
										
											2022-06-21 14:48:46 +02:00
										 |  |  | `nginx server configuration`_.  How this default site is configured,
 | 
					
						
							| 
									
										
										
										
											2020-04-06 17:59:06 +02:00
										 |  |  | depends on the linux distribution:
 | 
					
						
							| 
									
										
										
										
											2020-02-04 16:42:13 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-03-04 19:56:40 +01:00
										 |  |  | .. tabs::
 | 
					
						
							| 
									
										
										
										
											2020-02-04 16:42:13 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-03-04 19:56:40 +01:00
										 |  |  |    .. group-tab:: Ubuntu / debian
 | 
					
						
							| 
									
										
										
										
											2020-02-04 16:42:13 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 10:02:50 +02:00
										 |  |  |       .. code:: bash
 | 
					
						
							| 
									
										
										
										
											2020-03-04 19:56:40 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  |          less /etc/nginx/nginx.conf
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 10:02:50 +02:00
										 |  |  |       There is one line that includes site configurations from:
 | 
					
						
							| 
									
										
										
										
											2020-03-04 19:56:40 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  |       .. code:: nginx
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |          include /etc/nginx/sites-enabled/*;
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |    .. group-tab:: Arch Linux
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |       .. code-block:: sh
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |          less /etc/nginx/nginx.conf
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 10:02:50 +02:00
										 |  |  |       There is a configuration section named ``server``:
 | 
					
						
							| 
									
										
										
										
											2020-03-04 19:56:40 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  |       .. code-block:: nginx
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |          server {
 | 
					
						
							|  |  |  |              listen       80;
 | 
					
						
							|  |  |  |              server_name  localhost;
 | 
					
						
							|  |  |  |              # ...
 | 
					
						
							|  |  |  |          }
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |    .. group-tab::  Fedora / RHEL
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |       .. code-block:: sh
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |          less /etc/nginx/nginx.conf
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 10:02:50 +02:00
										 |  |  |       There is one line that includes site configurations from:
 | 
					
						
							| 
									
										
										
										
											2020-03-04 19:56:40 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  |       .. code:: nginx
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |           include /etc/nginx/conf.d/*.conf;
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 10:02:50 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-11-18 18:27:26 +01:00
										 |  |  | .. _nginx searxng site:
 | 
					
						
							| 
									
										
										
										
											2020-03-04 19:56:40 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 10:02:50 +02:00
										 |  |  | NGINX's SearXNG site
 | 
					
						
							| 
									
										
										
										
											2021-09-12 08:36:56 +02:00
										 |  |  | ====================
 | 
					
						
							| 
									
										
										
										
											2020-03-04 19:56:40 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 10:02:50 +02:00
										 |  |  | Now you have to create a configuration file (``searxng.conf``) for the SearXNG
 | 
					
						
							|  |  |  | site.  If nginx_ is new to you, the `nginx beginners guide`_ is a good starting
 | 
					
						
							|  |  |  | point and the `Getting Started wiki`_ is always a good resource *to keep in the
 | 
					
						
							|  |  |  | pocket*.
 | 
					
						
							| 
									
										
										
										
											2020-03-04 19:56:40 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-21 14:48:46 +02:00
										 |  |  | Depending on what your SearXNG installation is listening on, you need a http or socket
 | 
					
						
							| 
									
										
										
										
											2022-06-14 10:02:50 +02:00
										 |  |  | communication to upstream.
 | 
					
						
							| 
									
										
										
										
											2020-02-04 16:42:13 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | .. tabs::
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 10:02:50 +02:00
										 |  |  |    .. group-tab:: socket
 | 
					
						
							| 
									
										
										
										
											2020-02-04 16:42:13 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 10:02:50 +02:00
										 |  |  |       .. kernel-include:: $DOCS_BUILD/includes/searxng.rst
 | 
					
						
							|  |  |  |          :start-after: START nginx socket
 | 
					
						
							|  |  |  |          :end-before: END nginx socket
 | 
					
						
							| 
									
										
										
										
											2020-02-04 16:42:13 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 10:02:50 +02:00
										 |  |  |    .. group-tab:: http
 | 
					
						
							| 
									
										
										
										
											2020-02-04 16:42:13 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 10:02:50 +02:00
										 |  |  |       .. kernel-include:: $DOCS_BUILD/includes/searxng.rst
 | 
					
						
							|  |  |  |          :start-after: START nginx http
 | 
					
						
							|  |  |  |          :end-before: END nginx http
 | 
					
						
							| 
									
										
										
										
											2020-02-04 16:42:13 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-21 14:48:46 +02:00
										 |  |  | The :ref:`installation scripts` installs the :ref:`reference setup
 | 
					
						
							|  |  |  | <use_default_settings.yml>` and a :ref:`uwsgi setup` that listens on a socket by default.
 | 
					
						
							| 
									
										
										
										
											2021-01-27 09:58:06 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-03-04 19:56:40 +01:00
										 |  |  | .. tabs::
 | 
					
						
							| 
									
										
										
										
											2020-02-04 16:42:13 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 10:02:50 +02:00
										 |  |  |    .. group-tab:: Ubuntu / debian
 | 
					
						
							| 
									
										
										
										
											2020-03-04 19:56:40 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 10:02:50 +02:00
										 |  |  |       Create configuration at ``/etc/nginx/sites-available/`` and place a
 | 
					
						
							|  |  |  |       symlink to ``sites-enabled``:
 | 
					
						
							| 
									
										
										
										
											2020-03-04 19:56:40 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 10:02:50 +02:00
										 |  |  |       .. code:: bash
 | 
					
						
							| 
									
										
										
										
											2020-04-11 13:19:11 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 10:02:50 +02:00
										 |  |  |          sudo -H ln -s /etc/nginx/sites-available/searxng.conf \
 | 
					
						
							|  |  |  |                        /etc/nginx/sites-enabled/searxng.conf
 | 
					
						
							| 
									
										
										
										
											2020-03-06 14:47:00 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 10:02:50 +02:00
										 |  |  |    .. group-tab:: Arch Linux
 | 
					
						
							| 
									
										
										
										
											2020-03-06 14:47:00 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 10:02:50 +02:00
										 |  |  |       In the ``/etc/nginx/nginx.conf`` file, in the ``server`` section add a
 | 
					
						
							|  |  |  |       `include <https://nginx.org/en/docs/ngx_core_module.html#include>`_
 | 
					
						
							|  |  |  |       directive:
 | 
					
						
							| 
									
										
										
										
											2020-03-06 14:47:00 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  |       .. code:: nginx
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |          server {
 | 
					
						
							| 
									
										
										
										
											2022-06-14 10:02:50 +02:00
										 |  |  |              # ...
 | 
					
						
							|  |  |  |              include /etc/nginx/default.d/*.conf;
 | 
					
						
							|  |  |  |              # ...
 | 
					
						
							| 
									
										
										
										
											2020-03-04 19:56:40 +01:00
										 |  |  |          }
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 10:02:50 +02:00
										 |  |  |       Create two folders, one for the *available sites* and one for the *enabled sites*:
 | 
					
						
							| 
									
										
										
										
											2020-03-04 19:56:40 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-03-06 14:47:00 +01:00
										 |  |  |       .. code:: bash
 | 
					
						
							| 
									
										
										
										
											2020-03-04 19:56:40 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 10:02:50 +02:00
										 |  |  |          mkdir -p /etc/nginx/default.d
 | 
					
						
							|  |  |  |          mkdir -p /etc/nginx/default.apps-available
 | 
					
						
							| 
									
										
										
										
											2020-04-11 13:19:11 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 10:02:50 +02:00
										 |  |  |       Create configuration at ``/etc/nginx/default.apps-available`` and place a
 | 
					
						
							|  |  |  |       symlink to ``default.d``:
 | 
					
						
							| 
									
										
										
										
											2020-03-04 19:56:40 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 10:02:50 +02:00
										 |  |  |       .. code:: bash
 | 
					
						
							| 
									
										
										
										
											2020-03-04 19:56:40 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 10:02:50 +02:00
										 |  |  |          sudo -H ln -s /etc/nginx/default.apps-available/searxng.conf \
 | 
					
						
							|  |  |  |                        /etc/nginx/default.d/searxng.conf
 | 
					
						
							| 
									
										
										
										
											2020-03-04 19:56:40 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 10:02:50 +02:00
										 |  |  |    .. group-tab::  Fedora / RHEL
 | 
					
						
							| 
									
										
										
										
											2020-04-11 13:19:11 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 10:02:50 +02:00
										 |  |  |       Create a folder for the *available sites*:
 | 
					
						
							| 
									
										
										
										
											2020-03-04 19:56:40 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 10:02:50 +02:00
										 |  |  |       .. code:: bash
 | 
					
						
							| 
									
										
										
										
											2020-03-04 19:56:40 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 10:02:50 +02:00
										 |  |  |          mkdir -p /etc/nginx/default.apps-available
 | 
					
						
							| 
									
										
										
										
											2020-03-04 19:56:40 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 10:02:50 +02:00
										 |  |  |       Create configuration at ``/etc/nginx/default.apps-available`` and place a
 | 
					
						
							|  |  |  |       symlink to ``conf.d``:
 | 
					
						
							| 
									
										
										
										
											2020-03-04 19:56:40 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 10:02:50 +02:00
										 |  |  |       .. code:: bash
 | 
					
						
							| 
									
										
										
										
											2020-02-04 16:42:13 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 10:02:50 +02:00
										 |  |  |          sudo -H ln -s /etc/nginx/default.apps-available/searxng.conf \
 | 
					
						
							|  |  |  |                        /etc/nginx/conf.d/searxng.conf
 | 
					
						
							| 
									
										
										
										
											2020-02-04 16:42:13 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 10:02:50 +02:00
										 |  |  | Restart services:
 | 
					
						
							| 
									
										
										
										
											2020-02-04 16:42:13 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | .. tabs::
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |    .. group-tab:: Ubuntu / debian
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 10:02:50 +02:00
										 |  |  |       .. code:: bash
 | 
					
						
							| 
									
										
										
										
											2020-02-04 16:42:13 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  |          sudo -H systemctl restart nginx
 | 
					
						
							| 
									
										
										
										
											2022-06-14 10:02:50 +02:00
										 |  |  |          sudo -H service uwsgi restart searxng
 | 
					
						
							| 
									
										
										
										
											2020-02-04 16:42:13 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-03-04 19:56:40 +01:00
										 |  |  |    .. group-tab:: Arch Linux
 | 
					
						
							| 
									
										
										
										
											2020-02-04 16:42:13 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 10:02:50 +02:00
										 |  |  |       .. code:: bash
 | 
					
						
							| 
									
										
										
										
											2020-02-04 16:42:13 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-03-04 19:56:40 +01:00
										 |  |  |          sudo -H systemctl restart nginx
 | 
					
						
							| 
									
										
										
										
											2022-06-14 10:02:50 +02:00
										 |  |  |          sudo -H systemctl restart uwsgi@searxng
 | 
					
						
							| 
									
										
										
										
											2020-02-04 16:42:13 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 10:02:50 +02:00
										 |  |  |    .. group-tab:: Fedora / RHEL
 | 
					
						
							| 
									
										
										
										
											2020-02-04 16:42:13 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 10:02:50 +02:00
										 |  |  |       .. code:: bash
 | 
					
						
							| 
									
										
										
										
											2020-02-04 16:42:13 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-03-04 19:56:40 +01:00
										 |  |  |          sudo -H systemctl restart nginx
 | 
					
						
							| 
									
										
										
										
											2021-10-11 21:20:22 +02:00
										 |  |  |          sudo -H touch /etc/uwsgi.d/searxng.ini
 | 
					
						
							| 
									
										
										
										
											2020-02-04 16:42:13 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-03-04 19:56:40 +01:00
										 |  |  | Disable logs
 | 
					
						
							|  |  |  | ============
 | 
					
						
							| 
									
										
										
										
											2020-02-04 16:42:13 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-03-04 19:56:40 +01:00
										 |  |  | For better privacy you can disable nginx logs in ``/etc/nginx/nginx.conf``.
 | 
					
						
							| 
									
										
										
										
											2020-02-04 16:42:13 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-03-04 19:56:40 +01:00
										 |  |  | .. code:: nginx
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     http {
 | 
					
						
							|  |  |  |         # ...
 | 
					
						
							|  |  |  |         access_log /dev/null;
 | 
					
						
							|  |  |  |         error_log  /dev/null;
 | 
					
						
							|  |  |  |         # ...
 | 
					
						
							|  |  |  |     }
 |