dockerTools: fix nginx test

This commit is contained in:
Izorkin
2022-11-30 15:23:43 +10:00
committed by zowoq
parent 179edde0e7
commit fc7eef65a2
+2 -1
View File
@@ -92,10 +92,11 @@ rec {
];
extraCommands = ''
mkdir -p tmp
# nginx still tries to read this directory even if error_log
# directive is specifying another file :/
mkdir -p var/log/nginx
mkdir -p var/cache/nginx
'';
config = {