Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vhost: add a blank line at the end of the header template #490

Merged
merged 1 commit into from
Oct 23, 2014

Conversation

vincentbernat
Copy link
Contributor

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;
  }

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;
  }
```
3flex added a commit that referenced this pull request Oct 23, 2014
vhost: add a blank line at the end of the header template
@3flex 3flex merged commit f432c27 into voxpupuli:master Oct 23, 2014
cegeka-jenkins pushed a commit to cegeka/puppet-nginx that referenced this pull request Oct 23, 2017
…ost-header

vhost: add a blank line at the end of the header template
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants