Skip to content

Commit 5076ba5

Browse files
committed
Allows Indexes override at webserver root
1 parent 8aa03d0 commit 5076ba5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

files/etc/httpd/conf/httpd.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ ServerAdmin helpbox-library@berkeley.edu
103103
# <Directory> blocks below.
104104
#
105105
<Directory />
106-
AllowOverride None
106+
AllowOverride Indexes
107107
Require all denied
108108
</Directory>
109109

0 commit comments

Comments
 (0)