Parcourir la source

Add RedirectMatch option

in pillar add 
RedirectMatch: true
master
emeygret il y a 7 ans
Parent
révision
2142ab99f1
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 5 ajouts et 1 suppressions
  1. +5
    -1
      apache/vhosts/redirect.tmpl

+ 5
- 1
apache/vhosts/redirect.tmpl Voir le fichier

@@ -34,8 +34,12 @@
{% if site.get('ErrorLog') != False %}ErrorLog {{ vals.ErrorLog }}{% endif %}
{% if site.get('CustomLog') != False %}CustomLog {{ vals.CustomLog }} {{ vals.LogFormat }}{% 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 %}

Chargement…
Annuler
Enregistrer