File size: 213 Bytes
0f35972
 
7bd9130
8741eae
a1fadca
1
2
3
4
5
6
#!/usr/bin/env bash

envsubst '${GRADIO_SERVER_PORT},${N8N_PORT},${AGENT_ONE_SECRET}' < /home/user/app/data/nginx.conf.template > /etc/nginx/nginx.conf
echo "nginx.conf has been written to /etc/nginx/nginx.conf"