Update Apache configuration to set DocumentRoot and Directory for daloradius operators
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 2m8s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 2m8s
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
<VirtualHost *:80>
|
||||
ServerName localhost
|
||||
DocumentRoot /var/www/html/daloradius
|
||||
<Directory /var/www/html/daloradius>
|
||||
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>
|
||||
|
Reference in New Issue
Block a user