mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-07-05 02:56:31 +00:00
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
Block a user