5 lines
66 B
Text
5 lines
66 B
Text
#!/command/with-contenv bash
|
|
|
|
set -e
|
|
|
|
exec nginx -g "daemon off;"
|