rke-tools/nginx-proxy

8 lines
89 B
Bash
Executable File

#!/bin/sh
# Run confd
confd -onetime -backend env
# Start nginx
nginx -g 'daemon off;'