Files
thetempusproject/docker/apache.conf
Joey Kimsey 6f0b75cfd0 wip
2024-12-02 19:05:04 -05:00

12 lines
293 B
ApacheConf

ServerName localhost
<VirtualHost *:80>
ServerAdmin admin@localhost
DocumentRoot /var/www/html/
<Directory /var/www/html/>
DirectoryIndex index.php
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
</VirtualHost>