3 lines
130 B
Bash
Executable file
3 lines
130 B
Bash
Executable file
#!/bin/sh
|
|
envsubst '${NEODB_WEB_SERVER} ${TAKAHE_WEB_SERVER}' < $NGINX_CONF > /etc/nginx/conf.d/neodb.conf
|
|
nginx -g 'daemon off;'
|