dockerTools: fix nginx test
This commit is contained in:
parent
179edde0e7
commit
fc7eef65a2
1 changed files with 2 additions and 1 deletions
|
@ -92,10 +92,11 @@ rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
extraCommands = ''
|
extraCommands = ''
|
||||||
|
mkdir -p tmp
|
||||||
|
|
||||||
# nginx still tries to read this directory even if error_log
|
# nginx still tries to read this directory even if error_log
|
||||||
# directive is specifying another file :/
|
# directive is specifying another file :/
|
||||||
mkdir -p var/log/nginx
|
mkdir -p var/log/nginx
|
||||||
mkdir -p var/cache/nginx
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
|
|
Loading…
Reference in a new issue