summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2016-11-20 21:23:47 +0100
committerGitHub <noreply@github.com>2016-11-20 21:23:47 +0100
commit9a9ff7907b14066efde738830cf84ef704502069 (patch)
treeebaca48da9246450f0c39da2259bcf46f3ad44c8
parent43d598d0bd425c7cf671da55466e8fbe54558333 (diff)
parente929e8e249c00614532fd84be0456676924702b7 (diff)
Merge pull request #769 from kvch/gh-pages
fix nginx section of installation page
-rw-r--r--docs/dev/install/installation.rst19
1 files changed, 10 insertions, 9 deletions
diff --git a/docs/dev/install/installation.rst b/docs/dev/install/installation.rst
index b641a628e..b02718fe3 100644
--- a/docs/dev/install/installation.rst
+++ b/docs/dev/install/installation.rst
@@ -3,20 +3,13 @@
Installation
============
-Step by step installation for Debian/Ubuntu with virtualenv.
-
-Source: https://about.okhin.fr/posts/Searx/ with some additions
-
-How to: `Setup searx in a couple of hours with a free SSL
-certificate <https://www.reddit.com/r/privacytoolsIO/comments/366kvn/how_to_setup_your_own_privacy_respecting_search/>`__
-
.. contents::
:depth: 3
Basic installation
------------------
-For Ubuntu, be sure to have enable universe repository.
+Step by step installation for Debian/Ubuntu with virtualenv. For Ubuntu, be sure to have enable universe repository.
Install packages:
@@ -166,7 +159,7 @@ from subdirectory URL (/searx)
""""""""""""""""""""""""""""""
Add this configuration in the server config file
-/etc/nginx/sites-available/default:
+/etc/nginx/sites-enabled/default:
.. code:: nginx
@@ -318,3 +311,11 @@ It's also possible to build searx from the embedded Dockerfile.
git clone https://github.com/asciimoo/searx.git
cd searx
docker build -t whatever/searx .
+
+References
+==========
+
+ * https://about.okhin.fr/posts/Searx/ with some additions
+
+ * How to: `Setup searx in a couple of hours with a free SSL certificate <https://www.reddit.com/r/privacytoolsIO/comments/366kvn/how_to_setup_your_own_privacy_respecting_search/>`__
+