1
0
Fork 0

Fix same host multiple ports

This commit is contained in:
Joao Gilberto Magalhaes 2018-10-04 23:35:10 -05:00
parent e67bf676f1
commit 6bcf41762a

View file

@ -60,7 +60,7 @@ def easymapping(o):
redir = o["redirect"] if "redirect" in o else dict() redir = o["redirect"] if "redirect" in o else dict()
result = """ result = """
frontend http_in frontend http_in_{0}
bind *:{0} bind *:{0}
mode http mode http