Fix same host multiple ports
This commit is contained in:
parent
e67bf676f1
commit
6bcf41762a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue