소스 검색

Fixed a bug where the Require parameter would be on the same line as location

- This is then ignored by Apache
master
Daniel Hobley 8 년 전
부모
커밋
9b8932b267
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      apache/vhosts/standard.tmpl

+ 1
- 1
apache/vhosts/standard.tmpl 파일 보기

@@ -108,7 +108,7 @@
} %}

<Location "{{ path }}">
{%- if apache.use_require %}
{% if apache.use_require %}
{%- if lvals.get('Require') != False %}Require {{lvals.Require}}{% endif %}
{% else %}
{%- if lvals.get('Order') != False %}Order {{ lvals.Order }}{% endif %}

Loading…
취소
저장