4 lines
163 B
Bash
4 lines
163 B
Bash
|
export DOLLAR='$'
|
||
|
envsubst < /etc/nginx/user.conf.d/server._conf > /etc/nginx/user.conf.d/server.conf
|
||
|
cat /etc/nginx/user.conf.d/server.conf
|
||
|
nginx -g "daemon off;"
|