Update installation instructions.

This commit is contained in:
Jason McBrayer 2018-05-20 18:37:42 -04:00
parent a17d8d0057
commit 40df8fd1fb
1 changed files with 2 additions and 1 deletions

View File

@ -40,7 +40,8 @@ WSGIDaemonProcess brutaldon python-path=/usr/local/share/brutaldon python-home=/
<Directory /usr/local/share/brutaldon/brutaldon>
<Files wsgi.py>
Require all granted </Files>
Require all granted
</Files>
</Directory>
```