mirror of
https://github.com/lancachenet/monolithic
synced 2024-11-22 03:53:06 +00:00
Updated NGINX worker processes
For a monolithic cache the auto variable (1 per cpu) is probably best
This commit is contained in:
parent
25f46d2c35
commit
771de2e468
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ ENV BEAT_TIME 1h
|
|||
ENV LOGFILE_RETENTION 3560
|
||||
ENV CACHE_DOMAIN_REPO https://github.com/uklans/cache-domains.git
|
||||
ENV UPSTREAM_DNS 8.8.8.8 8.8.4.4
|
||||
ENV NGINX_WORKER_PROCESSES auto
|
||||
|
||||
COPY overlay/ /
|
||||
|
||||
|
|
Loading…
Reference in a new issue