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.
This commit is contained in:
Sebastian 2017-04-01 12:37:52 +02:00 committed by Fabian Affolter
parent a1cf186bc8
commit 2961fec7a8

View File

@ -55,7 +55,7 @@ If you don't want HTTPS, you can change `<VirtualHost *:443>` to `<VirtualHost *
<p class='note'> <p class='note'>
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: 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:
</p>
```text ```text
<VirtualHost *:443> <VirtualHost *:443>
[...] [...]
@ -65,7 +65,6 @@ In case you are getting occasional HTTP 504 error messages ("Gateway Timeout") w
[...] [...]
</VirtualHost> </VirtualHost>
``` ```
</p>
#### {% linkable_title Multiple Instance %} #### {% linkable_title Multiple Instance %}