test/manufacturer/configs/apache/apache.conf

14 lines
No EOL
298 B
ApacheConf

ServerName localhost
<VirtualHost *:80>
DocumentRoot "/var/www/html"
<Directory "/var/www/html">
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
ErrorLog /proc/self/fd/2
CustomLog /proc/self/fd/1 common
</VirtualHost>