github.com/technosophos/deis@v1.7.1-0.20150915173815-f9005256004b/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/config", 9 "/deis/services", 10 "/deis/router", 11 "/deis/domains", 12 "/deis/controller", 13 "/deis/builder", 14 "/deis/store/gateway", 15 "/deis/certs", 16 "/registry/services/", 17 ] 18 check_cmd = "check {{ .src }}" 19 reload_cmd = "/opt/nginx/sbin/nginx -s reload"