11 lines
202 B
ApacheConf
11 lines
202 B
ApacheConf
<Directory /var/www/html>
|
|
Options Indexes FollowSymLinks
|
|
AllowOverride ALL
|
|
Require all granted
|
|
</Directory>
|
|
|
|
ServerName localhost
|
|
ServerAdmin webmaster@localhost
|
|
DocumentRoot /var/www/html
|
|
|