Fix two major problems in the docs

Our docs have other problems, but these two fixes represent the set of
those which are both embarrassing and trivial to fix.

Change-Id: I9d0206e0cd742770b10671d64450fbe49e55fdf8
This commit is contained in:
Jeremy Freudberg 2018-04-06 16:03:06 +00:00
parent 167482401e
commit 03e0375e78
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