hainich/nginx: disable /var/secrets/ingest.conf
If the file in not present, the preExec check for the config fails and disrupts the deploy. Before readding make sure the file will always be present!
This commit is contained in:
parent
1064836092
commit
d1e88ef87a
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
record_path /data/ingest;
|
||||
record_unique on;
|
||||
|
||||
include /var/secrets/ingest.conf;
|
||||
# include /var/secrets/ingest.conf;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue