All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 2m13s
13 lines
370 B
Plaintext
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>
|