File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file.
1212- Support for removing backup remote location (#1083 )
1313
1414## Bugfixes
15+ - Update apache2.conf replace Include with IncludeOptional (#1072 )
1516
1617- 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
1718- Fixed issues with database port during backup when port was missing (#1068 )
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ LogFormat "%{Referer}i -> %U" referer
8080LogFormat "%{User-agent }i" agent
8181LogFormat "%b" bytes
8282
83- Include conf.d/*.conf
83+ IncludeOptional conf.d/*.conf
8484IncludeOptional conf.d/domains/*.conf
8585
8686# Include the virtual host configurations:
You can’t perform that action at this time.
0 commit comments