Files
docker-daloradius/apache/000-default.conf
Ryan Hamilton 5de5a2bf48
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 2m13s
major rewite to remove HEREDOC
2025-08-12 10:51:56 -05:00

13 lines
370 B
Plaintext

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