Przeglądaj źródła

Merge pull request #1125 from hestiacp/fix/1072-apache_includeoptional

#1072  Update apache2.conf replace Include with IncludeOptional
Raphael Schneeberger 5 lat temu
rodzic
commit
fd2d7dc300
2 zmienionych plików z 2 dodań i 1 usunięć
  1. 1 0
      CHANGELOG.md
  2. 1 1
      install/deb/apache2/apache2.conf

+ 1 - 0
CHANGELOG.md

@@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file.
 - Support for removing backup remote location (#1083)
 
 ## Bugfixes
+- Update apache2.conf replace Include with IncludeOptional (#1072)
 
 - Add ca-certificates, software-properties-common to the dependencies (#1073 + [Forum](https://forum.hestiacp.com/t/hestiscp-fails-on-new-debian-9-vps/1623/8) ) @daniel-eder
 - Fixed issues with database port during backup when port was missing (#1068)

+ 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: