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; } ```
This commit is contained in:
parent
db15848deb
commit
004ee68b89
1 changed files with 2 additions and 1 deletions
|
@ -93,4 +93,5 @@ server {
|
|||
<% end -%>
|
||||
|
||||
access_log <%= @access_log_real %>;
|
||||
error_log <%= @error_log_real %>;
|
||||
error_log <%= @error_log_real %>;
|
||||
|
||||
|
|
Loading…
Reference in a new issue