recommit for updates in build 43

This commit is contained in:
Jenkins ConfDroid
2018-12-30 18:12:16 +01:00
parent 3a2f4830fe
commit 747a55d98a
2 changed files with 11 additions and 1 deletions

View File

@@ -8,6 +8,16 @@ Changelog of Git Changelog.
<h2> No issue </h2> <h2> No issue </h2>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/6b257cb39a01c7b">6b257cb39a01c7b</a> Jenkins ConfDroid <i>2019-12-30 16:51:20</i>
<p>
<h3>recommit for updates in build 42</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/5170181c506500f">5170181c506500f</a> Arne Teuke <i>2019-12-30 16:50:39</i>
<p>
<h3>adds directory control for errors</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/87603c49c746a9a">87603c49c746a9a</a> Jenkins ConfDroid <i>2019-12-30 16:17:56</i> <a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/87603c49c746a9a">87603c49c746a9a</a> Jenkins ConfDroid <i>2019-12-30 16:17:56</i>
<p> <p>
<h3>recommit for updates in build 41</h3> <h3>recommit for updates in build 41</h3>

View File

@@ -876,7 +876,7 @@ $hy_errors_dir = &quot;${hy_main_dir}/errors&quot;
$hy_main_config = &quot;${hy_main_dir}/haproxy.cfg&quot; $hy_main_config = &quot;${hy_main_dir}/haproxy.cfg&quot;
$hy_config_head_erb = &#39;cd_haproxy/haproxy_head.erb&#39; $hy_config_head_erb = &#39;cd_haproxy/haproxy_head.erb&#39;
$hy_400_file = &quot;${hy_errors_dir}/400.http&quot; $hy_400_file = &quot;${hy_errors_dir}/400.http&quot;
$hy_400_erb = &#39;cd_haproxy/400_http.erb&#39; $hy_400_erb = &#39;cd_haproxy/errors/400_http.erb&#39;
# includes must be last # includes must be last