Skip to content

Commit ded4d37

Browse files
Merge pull request CoreyMSchafer#27 from hassaanalansary/patch-1
Fix missing directory path at <Directory> tag
2 parents 07ab838 + 4982e0f commit ded4d37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Django_Blog/snippets/django_project.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
Require all granted
3838
</Directory>
3939

40-
<Directory>
40+
<Directory /home/YOURUSER/YOURPROJECT/YOURPROJECT>
4141
<Files wsgi.py>
4242
Require all granted
4343
</Files>

0 commit comments

Comments
 (0)