From b4a6caa179e405428c9eae512216b6422a9f53ed Mon Sep 17 00:00:00 2001 From: Ryan Hamilton Date: Tue, 12 Aug 2025 09:42:33 -0500 Subject: [PATCH] Update Apache configuration to set DocumentRoot and Directory for daloradius operators --- apache/000-default.conf | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/apache/000-default.conf b/apache/000-default.conf index 1f77b79..b7869a4 100644 --- a/apache/000-default.conf +++ b/apache/000-default.conf @@ -1,12 +1,10 @@ ServerName localhost - DocumentRoot /var/www/html/daloradius - + DocumentRoot /var/www/html/daloradius/operators + Options -Indexes +FollowSymLinks AllowOverride All Require all granted DirectoryIndex index.php - ErrorLog ${APACHE_LOG_DIR}/error.log - CustomLog ${APACHE_LOG_DIR}/access.log combined