mirror of
https://github.com/searxng/searxng.git
synced 2025-07-16 17:59:30 +02:00
[mod] container: remove Cache-Control
header
Granian shouldn't actually handle the cache, we leave that to the upstream proxy. Related https://github.com/searxng/searxng/pull/5004
This commit is contained in:
parent
574b285efa
commit
35e45b7c51
1 changed files with 1 additions and 2 deletions
|
@ -52,8 +52,7 @@ ENV SEARXNG_VERSION="$SEARXNG_GIT_VERSION" \
|
|||
GRANIAN_BLOCKING_THREADS="4" \
|
||||
GRANIAN_WORKERS_KILL_TIMEOUT="30" \
|
||||
GRANIAN_BLOCKING_THREADS_IDLE_TIMEOUT="300" \
|
||||
GRANIAN_STATIC_PATH_MOUNT="/usr/local/searxng/searx/static/" \
|
||||
GRANIAN_STATIC_PATH_EXPIRES="3600"
|
||||
GRANIAN_STATIC_PATH_MOUNT="/usr/local/searxng/searx/static/"
|
||||
|
||||
VOLUME $CONFIG_PATH
|
||||
VOLUME $DATA_PATH
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue