This commit is contained in:
Wolfgang Hottgenroth 2020-07-03 15:49:29 +00:00
parent bee972a5f2
commit c2e8f1e195

View File

@ -26,8 +26,8 @@ docker run \
## Reverse Proxy configuration ## Reverse Proxy configuration
<pre> ```html
\<VirtualHost 0.0.0.0:443> <VirtualHost 0.0.0.0:443>
ServerName ... ServerName ...
ServerAlias ... ServerAlias ...
@ -48,7 +48,7 @@ docker run \
SSLEngine on SSLEngine on
</VirtualHost> </VirtualHost>
</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.