From 2961fec7a85b2b041f98acebb0dde09ad215db8d Mon Sep 17 00:00:00 2001 From: Sebastian Date: Sat, 1 Apr 2017 12:37:52 +0200 Subject: [PATCH] Update apache.markdown (#2365) Placed config snippet for HTTP 504 error workaround outside of class=note paragraph as it aparently doesn't format well inside a note. --- source/_docs/ecosystem/apache.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/_docs/ecosystem/apache.markdown b/source/_docs/ecosystem/apache.markdown index 94d0a1cf20b..31747c477a2 100644 --- a/source/_docs/ecosystem/apache.markdown +++ b/source/_docs/ecosystem/apache.markdown @@ -55,7 +55,7 @@ If you don't want HTTPS, you can change `` to ` In case you are getting occasional HTTP 504 error messages ("Gateway Timeout") when accessing the Web UI through your proxy, try adding disablereuse=on to both ProxyPass directives: - +

```text [...] @@ -65,7 +65,6 @@ In case you are getting occasional HTTP 504 error messages ("Gateway Timeout") w [...] ``` -

#### {% linkable_title Multiple Instance %}