test-nginx icon indicating copy to clipboard operation
test-nginx copied to clipboard

Set *_temp_path location to $ServRoot/

Open jirutka opened this issue 8 years ago • 0 comments

Linux distributions build nginx with options like --http-client-body-temp-path= to set default location of directories for temporary files under /var/tmp/nginx or /var/lib/nginx. The problem is, when running tests as part of the package build process, these directories are not writtable. Therefore it's needed to override location of these directories in the generated nginx.conf.

jirutka avatar Apr 27 '17 10:04 jirutka