Fix IndexOptions to be correct.
This commit is contained in:
parent
5722b05d51
commit
10fc4fc096
2 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
|||
<Directory "/srv/torrent/spins">
|
||||
Options Indexes FollowSymLinks NameWidth=* FancyIndexing
|
||||
Options Indexes FollowSymLinks
|
||||
IndexOptions NameWidth=* FancyIndexing
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue