github.com/rochacon/deis@v1.0.2-0.20150903015341-6839b592a1ff/router/rootfs/etc/confd/conf.d/nginx.conf.toml (about) 1 [template] 2 src = "nginx.conf" 3 dest = "/opt/nginx/conf/nginx.conf" 4 uid = 0 5 gid = 0 6 mode = "0644" 7 keys = [ 8 "/deis/services", 9 "/deis/router", 10 "/deis/domains", 11 "/deis/controller", 12 "/deis/builder", 13 "/deis/store/gateway", 14 "/deis/certs", 15 "/registry/services/", 16 ] 17 check_cmd = "check {{ .src }}" 18 reload_cmd = "/opt/nginx/sbin/nginx -s reload"