openembedded/meta-openembedded

nginx use /run for temporary files

Opened this issue · 0 comments

nginx is configured with all temp directory set in /run. This was done in a4e4cfd but the log message of this commit doesn't match with the change:

nginx: set sane defaults for temp directories

Currently the build directiories en up in /usr/_temp which is not what most
users will expect. This changes the default location to /tmp/nginx/
_tmp.

/run is not meant for temp files, that's not a default anyone would expect and that doesn't seems to be what the author of a4e4cfd intended. Also on systemd distros /run is quiet small with the default settings which can lead to issues when larger files need to be uploaded.