4 أسطر
164 B
Bash
4 أسطر
164 B
Bash
#!/bin/sh
|
|
# Substitute environment variables in the template
|
|
envsubst < /etc/nginx/templates/nginx.conf.template > /etc/nginx/nginx.conf
|
|
exec nginx -g 'daemon off;' |