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:
schweby 2021-03-27 11:48:43 +01:00
parent 1064836092
commit d1e88ef87a
No known key found for this signature in database
GPG key ID: 3A489DBB732B9614

View file

@ -41,7 +41,7 @@
record_path /data/ingest; record_path /data/ingest;
record_unique on; record_unique on;
include /var/secrets/ingest.conf; # include /var/secrets/ingest.conf;
} }
} }
} }