doc: apache config: remove useless documentroot directive in HTTP-only virtualhost (only used for redirects)
This commit is contained in:
parent
f682f1b899
commit
61f0c4b679
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@ See also [proxy-related](https://github.com/shaarli/Shaarli/issues?utf8=%E2%9C%9
|
||||||
```apache
|
```apache
|
||||||
<VirtualHost *:80>
|
<VirtualHost *:80>
|
||||||
ServerName shaarli.mydomain.org
|
ServerName shaarli.mydomain.org
|
||||||
DocumentRoot /var/www/shaarli.mydomain.org/
|
|
||||||
|
|
||||||
# For SSL/TLS certificates acquired with certbot or self-signed certificates
|
# For SSL/TLS certificates acquired with certbot or self-signed certificates
|
||||||
# Redirect HTTP requests to HTTPS, except Let's Encrypt ACME challenge requests
|
# Redirect HTTP requests to HTTPS, except Let's Encrypt ACME challenge requests
|
||||||
|
|
Loading…
Reference in a new issue