From 03e0375e786960ca5941cc7ab1d373bc258d783a Mon Sep 17 00:00:00 2001 From: Jeremy Freudberg Date: Fri, 6 Apr 2018 16:03:06 +0000 Subject: [PATCH] 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 --- doc/source/index.rst | 2 +- doc/source/installation.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index ddd0c47..f7c9188 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -27,7 +27,7 @@ Contributors Guide .. toctree:: :maxdepth: 2 - + reference .. toctree:: diff --git a/doc/source/installation.rst b/doc/source/installation.rst index 96451e9..d0fb84e 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -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