agent / data /config_nginx.sh
abenkbp's picture
debug
a1fadca
raw
history blame contribute delete
213 Bytes
#!/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"