mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
typo.
This commit is contained in:
parent
0bd86f7729
commit
618bc873d8
@ -84,7 +84,7 @@ def create(req, sock, client, server, cfg):
|
|||||||
elif ":" in forward:
|
elif ":" in forward:
|
||||||
host = forward.split(":")[0].lower()
|
host = forward.split(":")[0].lower()
|
||||||
else:
|
else:
|
||||||
host = fowerd
|
host = forward
|
||||||
|
|
||||||
forward = forward.split(']')[-1]
|
forward = forward.split(']')[-1]
|
||||||
if ":" in forward:
|
if ":" in forward:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user