module-nginx/templates/vhost
Vincent Bernat 004ee68b89 vhost: add a blank line at the end of the header template
Without it, we get something like this:

```
  error_log             /var/log/nginx/my_error.log;  location / {
    root      /var/www/html;
  }
```

With this commit, we get this:

```
  error_log             /var/log/nginx/my_error.log;

  location / {
    root      /var/www/html;
  }
```
2014-10-22 22:22:46 +02:00
..
locations cleanup resultant whitespace and key/value alignment in config files 2014-09-13 04:13:18 -04:00
fastcgi_params.erb Renamed params to fastcgi_param and moved to fastcgi.erb 2014-08-13 12:24:59 +02:00
location_footer.erb Add include files to locations 2014-09-23 18:52:14 -04:00
location_header.erb cleanup resultant whitespace and key/value alignment in config files 2014-09-13 04:13:18 -04:00
vhost_footer.erb new raw_prepend / raw_append feature for vhosts & locations 2014-06-26 00:00:37 -04:00
vhost_header.erb vhost: add a blank line at the end of the header template 2014-10-22 22:22:46 +02:00
vhost_ssl_footer.erb new raw_prepend / raw_append feature for vhosts & locations 2014-06-26 00:00:37 -04:00
vhost_ssl_header.erb Merge pull request #443 from rabbitt/whitespace-cleanup 2014-09-20 10:06:59 -05:00