Files
UAS_WEBGIS_MuhammadFarras_D…/docker/apache.conf
T
2026-06-09 20:26:18 +07:00

14 lines
340 B
ApacheConf

<VirtualHost *:80>
DocumentRoot /var/www/html
DirectoryIndex index.html index.php
<Directory /var/www/html>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>