fix caprover log problem

parent f28c6e7a
# gunicorn.conf.py
bind = "0.0.0.0:8000" bind = "0.0.0.0:8000"
worker_class = "uvicorn.workers.UvicornWorker" worker_class = "uvicorn.workers.UvicornWorker"
workers = 4 # Or read from an environment variable workers = 4
accesslog = "-" accesslog = "-"
errorlog = "-" errorlog = "-"
loglevel = "info" loglevel = "info"
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment