mirror of
https://github.com/quentin-g-dev/afup.git
synced 2026-04-28 19:53:11 +02:00
9 lines
230 B
ApacheConf
9 lines
230 B
ApacheConf
<VirtualHost *:80>
|
|
DocumentRoot /var/www/html/htdocs
|
|
<Directory /var/www/html/htdocs>
|
|
Options Indexes FollowSymLinks MultiViews
|
|
AllowOverride All
|
|
Require all granted
|
|
</Directory>
|
|
</VirtualHost>
|