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
<pre>
\<VirtualHost 0.0.0.0:443>
```html
<VirtualHost 0.0.0.0:443>
ServerName ...
ServerAlias ...
@ -48,7 +48,7 @@ docker run \
SSLEngine on
</VirtualHost>
</pre>
```
The `Location` shall match to the `SITEROOT` set when starting the container.