Skip to content

Commit

Permalink
Fix #45
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Posselt committed Jun 23, 2016
1 parent 148e569 commit b5d3c45
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -196,13 +196,20 @@ Then place the following content in the appropriate apache configuration:
WSGIProcessGroup production-domain.com
Alias /static/ /var/www/production-domain.com/static/
Alias /schema/apps/info.xsd /path/to/code/nextcloudappstore/core/api/v1/release/info.xsd
<Directory /path/to/code/nextcloudappstore>
<Files wsgi.py>
Require all granted
</Files>
</Directory>
<Directory /path/to/code/nextcloudappstore/core/api/v1/release>
<Files info.xsd>
Require all granted
</Files>
</Directory>
<Directory /var/www/production-domain.com/static>
Require all granted
AllowOverride None
Expand Down

0 comments on commit b5d3c45

Please sign in to comment.