Sfoglia il codice sorgente

Merge pull request #205 from emeygret/patch-1

Add RedirectMatch option
master
N 7 anni fa
parent
commit
f1514dab84
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 5 aggiunte e 1 eliminazioni
  1. +5
    -1
      apache/vhosts/redirect.tmpl

+ 5
- 1
apache/vhosts/redirect.tmpl Vedi File

@@ -39,8 +39,12 @@
{% if site.get('CustomLog') != False -%}LogFormat {{ vals.LogFormat }} {{ sitename }}
CustomLog {{ vals.CustomLog }} {{ sitename }}{% endif %}

{% if site.get('RedirectMatch') %}
RedirectMatch {{ vals.RedirectSource }} {{ vals.RedirectTarget }}
{% else %}
Redirect {{ vals.RedirectSource }} {{ vals.RedirectTarget }}

{% endif %}
{% if site.get('Formula_Append') %}
{{ site.Formula_Append|indent(4) }}
{% endif %}

Loading…
Annulla
Salva