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