8 lines
156 B
ApacheConf
8 lines
156 B
ApacheConf
|
<Directory /var/www/html>
|
||
|
Options Indexes
|
||
|
Options +FollowSymLinks
|
||
|
AllowOverride None
|
||
|
Order Allow,Deny
|
||
|
Allow From All
|
||
|
Require all granted
|
||
|
</Directory>
|