소스 검색

Merge pull request #125 from fedusia/master

Add newline to blocks like location, server, httpd and etc
susefix
Niels Abspoel 8 년 전
부모
커밋
ef8fb87105
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      nginx/ng/files/vhost.conf

+ 1
- 1
nginx/ng/files/vhost.conf 파일 보기

@@ -10,7 +10,7 @@
{%- elif v|length() > 0 and (v[0] is number or v[0] is string) -%}
{{ lb }}{{ k|indent(ind,True) }}{{ vhost_config(v,'', 0, '', '')}}{{ delim }}
{%- else %}
{{ k|indent(ind, True) }} {{ '{' }}
{{ lb }}{{ k|indent(ind, True) }} {{ '{' }}
{{- vhost_config(v, '', ind + ind_increment) }}
{{ '}'|indent(ind, True) }}
{%- endif -%}

Loading…
취소
저장