Added missing symlink instruction

This commit is contained in:
tmikaeld 2018-10-21 11:36:11 +02:00 committed by GitHub
parent 08050d9e71
commit bdb7e77901
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -150,6 +150,10 @@ content:
}
}
Create a symlink to sites-enabled:
sudo ln -s /etc/nginx/sites-available/searx /etc/nginx/sites-enabled/searx
Restart service:
.. code:: sh