This commit is contained in:
2020-07-03 15:46:26 +00:00
parent 1e213afbf5
commit b051314130

View File

@ -27,7 +27,6 @@ docker run \
## Reverse Proxy configuration ## Reverse Proxy configuration
<pre> <pre>
<code>
<VirtualHost 0.0.0.0:443> <VirtualHost 0.0.0.0:443>
ServerName ... ServerName ...
ServerAlias ... ServerAlias ...
@ -49,7 +48,6 @@ docker run \
SSLEngine on SSLEngine on
</VirtualHost> </VirtualHost>
</code>
</pre> </pre>
The `Location` shall match to the `SITEROOT` set when starting the container. The `Location` shall match to the `SITEROOT` set when starting the container.