mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-10 08:57:48 +02:00
Introduced new HTTP_INDEX_FILE variable to control index page
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<VirtualHost *:8080>
|
||||
DocumentRoot /usr/share/zabbix/
|
||||
ServerName zabbix
|
||||
DirectoryIndex index.php
|
||||
DirectoryIndex {HTTP_INDEX_FILE}
|
||||
AddType application/x-httpd-php .php .php3 .php4 .php5 .phtml
|
||||
AddType application/x-httpd-php-source .phps
|
||||
|
||||
|
@ -6,7 +6,7 @@ Listen 8443
|
||||
<VirtualHost *:8443>
|
||||
DocumentRoot /usr/share/zabbix/
|
||||
ServerName zabbix
|
||||
DirectoryIndex index.php
|
||||
DirectoryIndex {HTTP_INDEX_FILE}
|
||||
|
||||
AddType application/x-httpd-php .php .php3 .php4 .php5 .phtml
|
||||
AddType application/x-httpd-php-source .phps
|
||||
|
Reference in New Issue
Block a user