Something went wrong. Try again.
Monitor your home internet speeds with the Ookla Speedtest CLI.
Something went wrong. Try again.
Configure nginx temp directories for non-root execution master
Nginx needs writable temp directories for client body, proxy, fastcgi, etc. By default these are in /var/cache/nginx which is not writable by non-root users. Changes: - Create /tmp/nginx with 777 permissions - Add temp path directives to nginx.conf pointing to /tmp/nginx - Fixes 'Permission denied' errors when running as non-root UID
Author Joseph Hale Date (Feb 17, 2026, 9:46 PM UTC) Commit 7deba96e 7deba96e105e06810a5944fe33b75bd23255bb83 Parent 66026df0 66026df0583c8c72b7a4108279958758c5bfd47c