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

View File

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