Commit ef29570
committed
fix: Add nginx temp directory permissions for file uploads
Files larger than client_body_buffer_size (128k) require nginx to buffer
to /var/lib/nginx/tmp/client_body/. Without proper permissions, uploads
of larger files fail with 'Permission denied' errors.
Fixes 500 error when uploading PDFs larger than ~128KB.1 parent 054703f commit ef29570
1 file changed
Lines changed: 6 additions & 0 deletions
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
15 | 21 | | |
16 | 22 | | |
17 | 23 | | |
| |||
0 commit comments