Skip to content

Commit fd2d7dc

Browse files
authored
Merge pull request hestiacp#1125 from hestiacp/fix/1072-apache_includeoptional
hestiacp#1072 Update apache2.conf replace Include with IncludeOptional
2 parents f6e66f2 + 11f3edf commit fd2d7dc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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)

install/deb/apache2/apache2.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ LogFormat "%{Referer}i -> %U" referer
8080
LogFormat "%{User-agent}i" agent
8181
LogFormat "%b" bytes
8282

83-
Include conf.d/*.conf
83+
IncludeOptional conf.d/*.conf
8484
IncludeOptional conf.d/domains/*.conf
8585

8686
# Include the virtual host configurations:

0 commit comments

Comments
 (0)