...
|
...
|
@@ -75,7 +75,8 @@ rsync -aq --delete rsync://rsync.torproject.org/dist-mirror/ /var/www/mirrors/to
|
75
|
75
|
DocumentRoot /var/www/mirrors/torproject.org<br/>
|
76
|
76
|
|
77
|
77
|
<Directory /var/www/mirrors/torproject.org/><br/>
|
78
|
|
- Options MultiViews Indexes # Be sure to enable the autoindex and negotiation modules<br/>
|
|
78
|
+ # Be sure to enable the autoindex and negotiation modules<br/>
|
|
79
|
+ Options MultiViews Indexes<br/>
|
79
|
80
|
DirectoryIndex index<br/>
|
80
|
81
|
AllowOverride None<br/>
|
81
|
82
|
</Directory><br/>
|