Fix IndexOptions to be correct.

This commit is contained in:
Kevin Fenzi 2015-05-04 17:51:53 +00:00
parent 5722b05d51
commit 10fc4fc096
2 changed files with 4 additions and 2 deletions

View file

@ -1,4 +1,5 @@
<Directory "/srv/torrent/spins">
Options Indexes FollowSymLinks NameWidth=* FancyIndexing
Options Indexes FollowSymLinks
IndexOptions NameWidth=* FancyIndexing
Require all granted
</Directory>

View file

@ -3,6 +3,7 @@ DocumentRoot /srv/web/
Listen 443
<Directory "/srv/web">
Options Indexes FollowSymLinks NameWidth=* FancyIndexing
Options Indexes FollowSymLinks
IndexOptions NameWidth=* FancyIndexing
Require all granted
</Directory>