Skip to content

Commit d6b854a

Browse files
committed
Fix apache issue
1 parent c2bf391 commit d6b854a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5.4/default.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Directory "DOCUMENT_ROOT">
1111
Options +SymLinksIfOwnerMatch
1212
AllowOverride AuthConfig FileInfo Indexes Limit Options=Indexes,MultiViews
13-
Require all granted
13+
# Require all granted
1414
</Directory>
1515

1616
</VirtualHost>

0 commit comments

Comments
 (0)