Skip to content

Commit

Permalink
fix(nginx-json): NGINX_OPEN_FILE_CACHE_VALID default
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Nov 27, 2023
1 parent 454af9c commit b8e04c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx-json/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV NGINX_CLIENT_MAX_BODY_SIZE=1k \
NGINX_TCP_NOPUSH=on \
NGINX_TCP_NODELAY=on \
NGINX_OPEN_FILE_CACHE="max=5000 inactive=1h" \
NGINX_OPEN_FILE_CACHE_VALID=1s \
NGINX_OPEN_FILE_CACHE_VALID=30s \
NGINX_OPEN_FILE_CACHE_MIN_USES=2 \
NGINX_OUTPUT_BUFFERS="8 8k" \
NGINX_EXPIRES_DYNAMIC=epoch \
Expand Down

0 comments on commit b8e04c1

Please sign in to comment.