Fixing vhosts.j2 indentation

pull/68/head
Sia Gholami 8 years ago
parent b7c27f41f7
commit 1e14a1e0c7
  1. 3
      README.md

@ -37,6 +37,9 @@ A list of vhost definitions (server blocks) for Nginx virtual hosts. If left emp
An example of a fully-populated nginx_vhosts entry, using a `|` to declare a block of syntax for the `extra_parameters`.
Please take note of the indentation in the above block. The first line should be a normal 2-space indent, with everything else 4-space indented, relative to the first line.
Following this style will ensure the config file is indented correctly.
nginx_remove_default_vhost: false
Whether to remove the 'default' virtualhost configuration supplied by Nginx. Useful if you want the base `/` URL to be directed at one of your own virtual hosts configured in a separate .conf file.