File size: 197 Bytes
5d3c01b
 
 
 
 
1
2
3
4
5
6
#!/bin/sh
set -e
export API_UPSTREAM="${API_UPSTREAM:-https://api.worldmonitor.app}"
envsubst '${API_UPSTREAM}' < /etc/nginx/nginx.conf.template > /etc/nginx/nginx.conf
exec nginx -g "daemon off;"