Просмотр исходного кода

#1072 Update apache2.conf replace Include with IncludeOptional

Jaap Marcus 5 лет назад
Родитель
Сommit
11f3edfcb8
2 измененных файлов с 2 добавлено и 1 удалено
  1. 1 0
      CHANGELOG.md
  2. 1 1
      install/deb/apache2/apache2.conf

+ 1 - 0
CHANGELOG.md

@@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file.
 - Upgrade process will now save logs to the `hst_backups` directory.
 
 ## Bugfixes
+- Update apache2.conf replace Include with IncludeOptional (#1072)
 
 ## [1.2.3] - Service Release
 ### Features

+ 1 - 1
install/deb/apache2/apache2.conf

@@ -80,7 +80,7 @@ LogFormat "%{Referer}i -> %U" referer
 LogFormat "%{User-agent}i" agent
 LogFormat "%b" bytes
 
-Include conf.d/*.conf
+IncludeOptional conf.d/*.conf
 IncludeOptional conf.d/domains/*.conf
 
 # Include the virtual host configurations: