remove multiviews from fedorapeople
This commit is contained in:
parent
37915eaf25
commit
0690270c69
1 changed files with 5 additions and 5 deletions
|
@ -59,7 +59,7 @@ NameVirtualHost *:80
|
|||
UserDir public_html
|
||||
<Directory "/home/fedora/*/public_html">
|
||||
AllowOverride FileInfo AuthConfig Limit Indexes
|
||||
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
|
||||
Options Indexes SymLinksIfOwnerMatch IncludesNoExec
|
||||
#IndexOptions NameWidth=* FancyIndexing
|
||||
Require all granted
|
||||
Require method GET POST OPTIONS
|
||||
|
@ -72,7 +72,7 @@ NameVirtualHost *:80
|
|||
|
||||
<Directory /project>
|
||||
AllowOverride FileInfo AuthConfig Limit Indexes
|
||||
Options MultiViews Indexes FollowSymLinks IncludesNoExec
|
||||
Options Indexes FollowSymLinks IncludesNoExec
|
||||
IndexOptions NameWidth=* FancyIndexing +SuppressHTMLPreamble
|
||||
Require method GET POST OPTIONS
|
||||
</Directory>
|
||||
|
@ -110,7 +110,7 @@ NameVirtualHost *:80
|
|||
|
||||
<Directory /srv/web/skvidal/public_html>
|
||||
AllowOverride FileInfo AuthConfig Limit Indexes
|
||||
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
|
||||
Options Indexes SymLinksIfOwnerMatch IncludesNoExec
|
||||
HeaderName /_defaults/HEADER.html
|
||||
ReadmeName /_defaults/FOOTER.html
|
||||
|
||||
|
@ -121,11 +121,11 @@ NameVirtualHost *:80
|
|||
|
||||
#<Directory /home/fedora/lockhart/proceedings>
|
||||
# AllowOverride FileInfo AuthConfig Limit Indexes
|
||||
# Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
|
||||
# Options Indexes SymLinksIfOwnerMatch IncludesNoExec
|
||||
#</Directory>
|
||||
<Directory /srv/web/ols/proceedings>
|
||||
AllowOverride FileInfo AuthConfig Limit Indexes
|
||||
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
|
||||
Options Indexes SymLinksIfOwnerMatch IncludesNoExec
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue