Skip to content

Commit

Permalink
fix(nginx): NGINX_OPEN_FILE_CACHE_VALID
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Jan 23, 2024
1 parent 2604159 commit eeadcf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN ls -RlahF /etc/nginx /default-data /data

ENV NGINX_DOCUMENT_ROOT=/storage \
NGINX_OPEN_FILE_CACHE="max=5000 inactive=8h" \
NGINX_OPEN_FILE_CACHE_VALID=500ms \
NGINX_OPEN_FILE_CACHE_VALID=1s \
NGINX_OPEN_FILE_CACHE_MIN_USES=1 \
NGINX_OUTPUT_BUFFERS="8 8k" \
NGINX_EXPIRES_DYNAMIC=epoch \
Expand Down

0 comments on commit eeadcf7

Please sign in to comment.