Skip to content

Commit

Permalink
Fix missing directory path at <Directory> tag
Browse files Browse the repository at this point in the history
  • Loading branch information
hassaanalansary authored Dec 28, 2018
1 parent 07ab838 commit 4982e0f
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 4982e0f

Please sign in to comment.