mirror of
https://github.com/searxng/searxng.git
synced 2024-11-14 16:50:11 +01:00
docs: for example URLs use iana's example.org
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
387c6a7769
commit
857a1458b1
@ -180,8 +180,8 @@ Started wiki`_ is always a good resource *to keep in the pocket*.
|
|||||||
.. code:: yaml
|
.. code:: yaml
|
||||||
|
|
||||||
result_proxy:
|
result_proxy:
|
||||||
# replace searx.example.com with your server's public name
|
# replace example.org with your server's public name
|
||||||
url : http://searx.example.com/
|
url : https://example.org/
|
||||||
|
|
||||||
|
|
||||||
.. group-tab:: proxy or uWSGI
|
.. group-tab:: proxy or uWSGI
|
||||||
@ -221,8 +221,8 @@ Started wiki`_ is always a good resource *to keep in the pocket*.
|
|||||||
.. code:: nginx
|
.. code:: nginx
|
||||||
|
|
||||||
server {
|
server {
|
||||||
# replace searx.example.com with your server's public name
|
# replace example.org with your server's public name
|
||||||
server_name searx.example.com;
|
server_name example.org;
|
||||||
|
|
||||||
listen 80;
|
listen 80;
|
||||||
listen [::]:80;
|
listen [::]:80;
|
||||||
@ -248,8 +248,7 @@ Started wiki`_ is always a good resource *to keep in the pocket*.
|
|||||||
|
|
||||||
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
|
searx application from a subdirectory URL ``https://example.org/searx/``.
|
||||||
http://searx.example.com/searx/\.
|
|
||||||
|
|
||||||
.. code:: nginx
|
.. code:: nginx
|
||||||
|
|
||||||
@ -290,8 +289,8 @@ Started wiki`_ is always a good resource *to keep in the pocket*.
|
|||||||
.. code:: yaml
|
.. code:: yaml
|
||||||
|
|
||||||
server:
|
server:
|
||||||
# replace searx.example.com with your server's public name
|
# replace example.org with your server's public name
|
||||||
base_url : http://searx.example.com/searx/
|
base_url : https://example.org/searx/
|
||||||
|
|
||||||
|
|
||||||
Restart service:
|
Restart service:
|
||||||
|
Loading…
Reference in New Issue
Block a user