Merge pull request #14 from jessebot/develop

attempt to fix list in README
This commit is contained in:
JesseBot 2016-01-03 22:23:04 -08:00
commit c16c68d3c1

View file

@ -20,10 +20,10 @@ replacing all the sample data with your own real data.
4. The website assumes you're running on a Linux server with apache. I use the
[mod_wsgi](https://github.com/GrahamDumpleton/mod_wsgi) apache module to
deliver this content.
..* In `config/example_apache_vhost.conf` I have an example apache
⋅⋅* In `config/example_apache_vhost.conf` I have an example apache
virutal host config. I recommend creating a special user and group for this
website to run as.
..* There is also a mandatory `config/wsgi.conf` you'll need to put in your
⋅⋅* There is also a mandatory `config/wsgi.conf` you'll need to put in your
apache config. You may also need to modify permissions for the socket file if
you are running CentOS/RHEL, which will live in `/var/run/http`.