mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-21 15:03:18 -07:00
fixup! Update Dockerfile
This commit is contained in:
@@ -43,7 +43,7 @@ RUN python -m venv $VIRTUAL_ENV; \
|
||||
|
||||
# hadolint ignore=DL3042
|
||||
RUN pip install -r WebHostLib/requirements.txt \
|
||||
gunicorn==23.0.0 \
|
||||
gunicorn==23.0.0; \
|
||||
python ModuleUpdate.py -y
|
||||
|
||||
RUN cythonize -i _speedups.pyx
|
||||
|
||||
@@ -5,7 +5,7 @@ accesslog = "-"
|
||||
access_log_format = (
|
||||
'%({x-forwarded-for}i)s %(l)s %(u)s %(t)s "%(r)s" %(s)s %(b)s "%(f)s" "%(a)s"'
|
||||
)
|
||||
worker_class = "gthread" # "sync" | "gthread" | eventlet" | "gevent" | "tornado"
|
||||
worker_class = "gthread" # "sync" | "gthread"
|
||||
forwarded_allow_ips = "*"
|
||||
loglevel = "info"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user