mirror of https://github.com/jumpserver/jumpserver
parent
86a055638c
commit
528e251f31
2
jms
2
jms
|
@ -197,7 +197,7 @@ def get_start_gunicorn_kwargs():
|
||||||
print("\n- Start Gunicorn WSGI HTTP Server")
|
print("\n- Start Gunicorn WSGI HTTP Server")
|
||||||
prepare()
|
prepare()
|
||||||
bind = '{}:{}'.format(HTTP_HOST, HTTP_PORT)
|
bind = '{}:{}'.format(HTTP_HOST, HTTP_PORT)
|
||||||
log_format = '%(h)s %(t)s "%(r)s" %(s)s %(b)s '
|
log_format = '%(h)s %(t)s %(L)ss "%(r)s" %(s)s %(b)s '
|
||||||
|
|
||||||
cmd = [
|
cmd = [
|
||||||
'gunicorn', 'jumpserver.wsgi',
|
'gunicorn', 'jumpserver.wsgi',
|
||||||
|
|
Loading…
Reference in New Issue