We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4eb89e commit b800e9bCopy full SHA for b800e9b
2 files changed
controller/bin/boot
@@ -42,7 +42,7 @@ until confd -onetime -node $ETCD -config-file /app/confd.toml 2>/dev/null; do
42
done
43
44
# wait for confd to populate all values
45
-while grep -q '<no value>' /templates/confd_settings.py; do
+while grep -q '<no value>' /etc/nginx/nginx.conf; do
46
echo "controller: waiting for confd to write all values..."
47
confd -onetime -node $ETCD -config-file /app/confd.toml 2>/dev/null
48
sleep $(($ETCD_TTL/2)) # sleep for half the TTL
router/conf.d/nginx.conf.toml
@@ -10,5 +10,5 @@ keys = [
10
"/deis/domains",
11
"/deis/controller",
12
]
13
-#check_cmd = "/usr/sbin/nginx -t -c {{ .src }}"
+check_cmd = "/usr/sbin/nginx -t -c {{ .src }}"
14
reload_cmd = "/usr/sbin/nginx -s reload"
0 commit comments