Merge "Fix two major problems in the docs"

This commit is contained in:
Zuul 2018-05-11 15:36:44 +00:00 committed by Gerrit Code Review
commit e051f48e4d
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ Contributors Guide
.. toctree::
:maxdepth: 2
reference
.. toctree::

View File

@ -19,7 +19,7 @@ The recommended way is to run the proxy using uwsgi and apache through the
sudo apt install uwsgi uwsgi-plugin-python libapache2-mod-proxy-uwsgi
uwsgi mixmatch/httpd/mixmatch-uwsgi.ini
sudo cp mixmatch/httpd/mixmatach-uwsgi.ini /etc/apache2/sites-available/mixmatch.conf
sudo cp mixmatch/httpd/mixmatch-uwsgi.conf /etc/apache2/sites-available/mixmatch.conf
sudo a2ensite mixmatch