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