3 lines
122 B
Bash
Executable file
3 lines
122 B
Bash
Executable file
#!/bin/sh
|
|
sed -i "s|http://127.0.0.1:9090|$YACD_DEFAULT_BACKEND|" /usr/share/nginx/html/index.html
|
|
nginx -g "daemon off;"
|