diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2017-06-12 12:34:30 +0200 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2017-06-12 12:37:07 +0200 |
| commit | b92631bf8c36a8b7fa1fada219428af8e2abb566 (patch) | |
| tree | 32d4aaf47cb7319163055ca395bffc006987c663 /docs/dev | |
| parent | ac2ec877b459ef10333bc70e33fbfd6b83c56d97 (diff) | |
various mods: uwsgi setup and version update ++ py3 img src fix ++ new sphinx version - closes #939
Diffstat (limited to 'docs/dev')
| -rw-r--r-- | docs/dev/install/installation.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/dev/install/installation.rst b/docs/dev/install/installation.rst index b02718fe3..e1ae3f2a1 100644 --- a/docs/dev/install/installation.rst +++ b/docs/dev/install/installation.rst @@ -99,6 +99,8 @@ this content: single-interpreter = true master = true plugin = python + lazy-apps = true + enable-threads = true # Module to import module = searx.webapp |