Skip to content

Commit 11f3edf

Browse files
committed
hestiacp#1072 Update apache2.conf replace Include with IncludeOptional
1 parent 5298776 commit 11f3edf

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
@@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file.
1111
- Upgrade process will now save logs to the `hst_backups` directory.
1212

1313
## Bugfixes
14+
- Update apache2.conf replace Include with IncludeOptional (#1072)
1415

1516
## [1.2.3] - Service Release
1617
### Features

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)