Monitor your home internet speeds with the Ookla Speedtest CLI.

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


+8 -2
1 changed file