uwsgi.ini 280 B

12345678910111213
  1. [uwsgi]
  2. socket = 127.0.0.1:3031
  3. chdir = ../
  4. http = 0.0.0.0:8001
  5. env = DATA_DIR=./data
  6. wsgi-file = archivebox/core/wsgi.py
  7. processes = 4
  8. threads = 1
  9. stats = 127.0.0.1:9191
  10. static-map /static=./archivebox/templates/static
  11. harakiri = 172800
  12. post-buffering = 1
  13. disable-logging = True