buildroot/package/nginx
Pascal de Bruijn 856a651875 package/nginx: use /var/cache/nginx instead of /var/tmp/nginx
move
  http-client-body-temp-path
  http-proxy-temp-path
  http-fastcgi-temp-path
  http-scgi-temp-path
  http-uwsgi-temp-path

from /var/tmp/nginx to /var/cache/nginx

this allows the use of systemd constructs

  LogsDirectory=nginx
  CacheDirectory=nginx

to replace

  ExecStartPre=/usr/bin/mkdir -p /var/log/nginx /var/tmp/nginx

as there isn't a similar construct for /var/tmp.

Signed-off-by: Pascal de Bruijn <p.debruijn@unilogic.nl>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2021-01-05 23:32:03 +01:00
..
0001-auto-type-sizeof-rework-autotest-to-be-cross-compila.patch
0002-auto-feature-add-mechanism-allowing-to-force-feature.patch
0003-auto-set-ngx_feature_run_force_result-for-each-featu.patch
0004-auto-lib-libxslt-conf-use-pkg-config.patch
0005-auto-unix-make-sys_nerr-guessing-cross-friendly.patch
0006-auto-lib-openssl-conf-use-pkg-config.patch
0007-auto-lib-libgd-conf-use-pkg-config.patch
0008-src-os-unix-ngx_linux_config.h-only-include-dlfcn.h-.patch
Config.in
S50nginx package/nginx: use /var/cache/nginx instead of /var/tmp/nginx 2021-01-05 23:32:03 +01:00
nginx.hash
nginx.logrotate
nginx.mk package/nginx: use /var/cache/nginx instead of /var/tmp/nginx 2021-01-05 23:32:03 +01:00
nginx.service package/nginx: use /var/cache/nginx instead of /var/tmp/nginx 2021-01-05 23:32:03 +01:00