Procházet zdrojové kódy

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

- This is then ignored by Apache
tags/v0.37.4
Daniel Hobley před 8 roky
rodič
revize
9b8932b267
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      apache/vhosts/standard.tmpl

+ 1
- 1
apache/vhosts/standard.tmpl Zobrazit soubor

@@ -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 %}

Načítá se…
Zrušit
Uložit