aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2020-08-24 21:32:44 +0200
committernodiscc <nodiscc@gmail.com>2020-09-12 14:31:45 +0200
commit61f0c4b679f49953fa7147772354658a117a54e7 (patch)
tree65d16183e576f94fe88dc88b659bc02111e0ef3b /doc
parentf682f1b899641cde2617e6c2185d439b91d4338f (diff)
downloadShaarli-61f0c4b679f49953fa7147772354658a117a54e7.tar.gz
Shaarli-61f0c4b679f49953fa7147772354658a117a54e7.tar.zst
Shaarli-61f0c4b679f49953fa7147772354658a117a54e7.zip
doc: apache config: remove useless documentroot directive in HTTP-only virtualhost (only used for redirects)
Diffstat (limited to 'doc')
-rw-r--r--doc/md/Reverse-proxy.md1
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