Files
uwuzu-for-docker-compose/php/apache2.conf
T
2025-10-30 00:48:54 +09:00

10 lines
210 B
ApacheConf

<Directory /var/www/html>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
ServerName localhost
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html