Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
UCODE
/
agent
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
agent
/
data
/
config_nginx.sh
abenkbp
debug
a1fadca
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
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"