Skip to content

Commit

Permalink
Merge pull request CoreyMSchafer#27 from hassaanalansary/patch-1
Browse files Browse the repository at this point in the history
Fix missing directory path at <Directory> tag
  • Loading branch information
CoreyMSchafer authored Jan 7, 2019
2 parents 07ab838 + 4982e0f commit ded4d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Django_Blog/snippets/django_project.conf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
Require all granted
</Directory>

<Directory>
<Directory /home/YOURUSER/YOURPROJECT/YOURPROJECT>
<Files wsgi.py>
Require all granted
</Files>
Expand Down

0 comments on commit ded4d37

Please sign in to comment.