module-nginx/templates
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
..
conf.d cleanup resultant whitespace and key/value alignment in config files 2014-09-13 04:13:18 -04:00
mailhost Use stronger ciphers 2014-10-16 09:23:54 -04:00
vhost vhost: add a blank line at the end of the header template 2014-10-22 22:22:46 +02:00