mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-27 21:24:16 -04:00

Some checks are pending
CodeQL / Analyze (python) (push) Waiting to run
Build Debian package / build (push) Waiting to run
Build Docker image / buildx (push) Waiting to run
Build Homebrew package / build (push) Waiting to run
Build GitHub Pages website / build (push) Waiting to run
Build GitHub Pages website / deploy (push) Blocked by required conditions
Run linters / lint (push) Waiting to run
Build Pip package / build (push) Waiting to run
Run tests / python_tests (ubuntu-22.04, 3.11) (push) Waiting to run
Run tests / docker_tests (push) Waiting to run
13 lines
280 B
INI
13 lines
280 B
INI
[uwsgi]
|
|
socket = 127.0.0.1:3031
|
|
chdir = ../
|
|
http = 0.0.0.0:8001
|
|
env = DATA_DIR=./data
|
|
wsgi-file = archivebox/core/wsgi.py
|
|
processes = 4
|
|
threads = 1
|
|
stats = 127.0.0.1:9191
|
|
static-map /static=./archivebox/templates/static
|
|
harakiri = 172800
|
|
post-buffering = 1
|
|
disable-logging = True
|