Commit aa74d3e
committed
Set *_temp_path location to $ServRoot/
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.
Upstream-Issue: #631 parent 401dbba commit aa74d3e
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
964 | 964 | | |
965 | 965 | | |
966 | 966 | | |
| 967 | + | |
| 968 | + | |
| 969 | + | |
| 970 | + | |
| 971 | + | |
| 972 | + | |
967 | 973 | | |
968 | 974 | | |
969 | 975 | | |
| |||
0 commit comments