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>
|
<VirtualHost *:80>
|
||||||
ServerName localhost
|
ServerName localhost
|
||||||
DocumentRoot /var/www/html/daloradius
|
DocumentRoot /var/www/html/daloradius/operators
|
||||||
<Directory /var/www/html/daloradius>
|
<Directory /var/www/html/daloradius/operators>
|
||||||
Options -Indexes +FollowSymLinks
|
Options -Indexes +FollowSymLinks
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
Require all granted
|
Require all granted
|
||||||
</Directory>
|
</Directory>
|
||||||
DirectoryIndex index.php
|
DirectoryIndex index.php
|
||||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
|
||||||
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
Reference in New Issue
Block a user