Skip to content
Discussion options

You must be logged in to vote

Quick follow-up: you were right that start.sh handles this — the misalignment was on my end.

I recreated the container from scratch (removed it, re-installed from the same template), and the temp directories now look exactly as expected:

$ docker exec NPMplus ls -la /usr/local/nginx/ | grep temp
drwx------ 1 npm users 0 May 25 18:52 client_body_temp
drwx------ 1 npm users 0 May 25 18:52 fastcgi_temp
drwx------ 1 npm users 0 May 25 18:52 proxy_temp
drwx------ 1 npm users 0 May 25 18:52 scgi_temp
drwx------ 1 npm users 0 May 25 18:52 uwsgi_temp

Owned by npm:users, all created during startup, uploads work without client_body_buffer_size workarounds.

Best guess at what was different on the o…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Zoey2936
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by Zoey2936
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #3369 on May 24, 2026 09:05.