fixed FollowSymLinks bug
This commit is contained in:
parent
266e579825
commit
bcfd9f67aa
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ Alias /static/ /var/www/tkupek_elearning/elearning/static/
|
||||||
|
|
||||||
|
|
||||||
<Directory /var/www/tkupek_elearning>
|
<Directory /var/www/tkupek_elearning>
|
||||||
Options +FollowSymLinks
|
Options FollowSymLinks
|
||||||
|
|
||||||
<Files wsgi.py>
|
<Files wsgi.py>
|
||||||
Order allow,deny
|
Order allow,deny
|
||||||
|
|
Loading…
Reference in a new issue