redirection de domaine

This commit is contained in:
btatu 2017-09-28 14:29:15 +02:00
parent dcbf071878
commit 8a080ee982

View file

@ -359,6 +359,13 @@ auth AuthOkayPourMonSite http_auth(NomDeMaUserList)
http-request auth realm Texte if !AuthOkayPourMonSite
~~~
### Redirection d'un domaine
~~~
acl promo hdr(host) -i promo-pneus.autoclean38.fr
redirect prefix http://auto-clean.yepgarage.com code 301 if promo
~~~
## Debug
~~~