ECS-Cloudformation/nginx/start-nginx.sh
2023-09-10 10:14:03 +03:00

4 lines
68 B
Bash

#!/bin/bash
# Start Nginx in the foreground
nginx -g "daemon off;"