litmus/chaoscenter/web/entrypoint.sh

4 lines
129 B
Bash

NGINX_CONFIG_FILE="/etc/nginx/nginx.conf"
echo "Using $NGINX_CONFIG_FILE for nginx"
nginx -c $NGINX_CONFIG_FILE -g 'daemon off;'