siemonster :: generate nginx.conf

This commit is contained in:
Harduino
2020-07-07 11:32:55 +03:00
parent 4b2d5da2a4
commit 76468eb363
6 changed files with 138 additions and 93 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
# generate configs
/usr/local/bin/confd -backend="env" -confdir="/etc/confd" -onetime
# run main command
exec "$@"