mirror of https://github.com/CIRCL/lookyloo
fix: Typo in last commit
parent
3e4eb572a0
commit
5ca7c5cb1d
|
@ -27,7 +27,7 @@ class Website(AbstractManager):
|
||||||
'--graceful-timeout', '2', '--timeout', '300',
|
'--graceful-timeout', '2', '--timeout', '300',
|
||||||
'-b', f'{ip}:{port}',
|
'-b', f'{ip}:{port}',
|
||||||
'--log-level', 'info',
|
'--log-level', 'info',
|
||||||
'--max_requests', '1000',
|
'--max-requests', '1000',
|
||||||
'web:app'],
|
'web:app'],
|
||||||
cwd=website_dir)
|
cwd=website_dir)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue