diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/md/Reverse-proxy.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/md/Reverse-proxy.md b/doc/md/Reverse-proxy.md index 1c55430f..b7e347d5 100644 --- a/doc/md/Reverse-proxy.md +++ b/doc/md/Reverse-proxy.md | |||
@@ -17,7 +17,6 @@ See also [proxy-related](https://github.com/shaarli/Shaarli/issues?utf8=%E2%9C%9 | |||
17 | ```apache | 17 | ```apache |
18 | <VirtualHost *:80> | 18 | <VirtualHost *:80> |
19 | ServerName shaarli.mydomain.org | 19 | ServerName shaarli.mydomain.org |
20 | DocumentRoot /var/www/shaarli.mydomain.org/ | ||
21 | 20 | ||
22 | # For SSL/TLS certificates acquired with certbot or self-signed certificates | 21 | # For SSL/TLS certificates acquired with certbot or self-signed certificates |
23 | # Redirect HTTP requests to HTTPS, except Let's Encrypt ACME challenge requests | 22 | # Redirect HTTP requests to HTTPS, except Let's Encrypt ACME challenge requests |