We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5298776 commit 11f3edfCopy full SHA for 11f3edf
CHANGELOG.md
@@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file.
11
- Upgrade process will now save logs to the `hst_backups` directory.
12
13
## Bugfixes
14
+- Update apache2.conf replace Include with IncludeOptional (#1072)
15
16
## [1.2.3] - Service Release
17
### Features
install/deb/apache2/apache2.conf
@@ -80,7 +80,7 @@ LogFormat "%{Referer}i -> %U" referer
80
LogFormat "%{User-agent}i" agent
81
LogFormat "%b" bytes
82
83
-Include conf.d/*.conf
+IncludeOptional conf.d/*.conf
84
IncludeOptional conf.d/domains/*.conf
85
86
# Include the virtual host configurations:
0 commit comments