Allow to copy/paste the suggested configuration

Comments may not be included on the same line as a configuration directive.
pull/127/head
Pierre-Louis Bonicoli 3 years ago
parent 8d34fb21ea
commit b56f0da975
No known key found for this signature in database
GPG Key ID: 06914C4A5EDAA6DD

@ -57,8 +57,10 @@ Since Apache httpd 2.4.30, there's a new *experimental* module called [mod_md](h
```apache
MDBaseServer on
MDCertificateAgreement https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf
MDRequireHttps permanent # This means our http vhost will be automatically redirect to https
ServerAdmin you@DOMAIN_NAME # This is required to register with Let's Encrypt
# The next configuration directive means our http vhost will be automatically redirect to https
MDRequireHttps permanent
# ServerAdmin is required to register with Let's Encrypt
ServerAdmin you@DOMAIN_NAME
MDomain DOMAIN_NAME auto

Loading…
Cancel
Save