You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
288 B

8 years ago
##
## docker-gen.cfg -- docker-gen(8) configuration
##
[[config]]
template = "@l_prefix@/etc/docker-gen/nginx.tmpl"
dest = "@l_prefix@/etc/nginx/nginx.conf"
8 years ago
notifycmd = "@l_prefix@/bin/openpkg rc nginx reload"
onlyexposed = true
watch = true
wait = "500ms:2s"