From 6f9fb0f5a21dd306f0062b9d1267ca29512f40ab Mon Sep 17 00:00:00 2001 From: Christopher Torgalson Date: Thu, 1 Feb 2018 21:55:21 +0100 Subject: [PATCH] Removes commas from README `apache_vhosts_ssl` code - This makes it vaild yaml again. - gh-145 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9623fb9..7ec3117 100644 --- a/README.md +++ b/README.md @@ -63,10 +63,10 @@ The `|` denotes a multiline scalar block in YAML, so newlines are preserved in t No SSL vhosts are configured by default, but you can add them using the same pattern as `apache_vhosts`, with a few additional directives, like the following example: apache_vhosts_ssl: - - servername: "local.dev", - documentroot: "/var/www/html", - certificate_file: "/home/vagrant/example.crt", - certificate_key_file: "/home/vagrant/example.key", + - servername: "local.dev" + documentroot: "/var/www/html" + certificate_file: "/home/vagrant/example.crt" + certificate_key_file: "/home/vagrant/example.key" certificate_chain_file: "/path/to/certificate_chain.crt" extra_parameters: | RewriteCond %{HTTP_HOST} !^www\. [NC]