5 lines
78 B
Bash
5 lines
78 B
Bash
#!/bin/sh
|
|
|
|
echo "[ INFO ] Starting nginx"
|
|
nginx -g "daemon off;" # Foreground
|