index
:
ansible.git
master
odcs
Unnamed repository; edit this file 'description' to name the repository.
Qixiang Wan
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
roles
/
haproxy
/
rewrite
/
templates
/
rewrite.conf
blob: 7469e01c19da3180cca3a6bc42cd652e8c68361a (
plain
)
1
2
RewriteEngine
On
RewriteRule
^{{path}}
/(proxy\d+)((?:;.*)?)
http
:
//$1:8080/$2
[P
,
L]