ECS-Cloudformation/nginx/start-nginx.sh

5 lines
68 B
Bash
Raw Normal View History

2023-09-10 07:14:03 +00:00
#!/bin/bash
# Start Nginx in the foreground
nginx -g "daemon off;"