2023-05-16 11:41:34 +08:00

10 lines
307 B
ApacheConf

<VirtualHost *:80>
DocumentRoot /var/www/localhost/htdocs/www/
<Directory />
Options FollowSymLinks
AllowOverride All
Require all granted
</Directory>
ErrorLog /var/log/apache2/error_log
CustomLog /var/log/apache2/access_log combined
</VirtualHost>