isanfredo / run (1).sh
alexanderander30's picture
Upload 5 files
8d78e2b verified
raw
history blame
182 Bytes
#!/bin/bash
# Careful: can't create tmp files from this script
cat nginx.conf | sed "s|API_URL|${API_URL}|g" > /etc/nginx/sites-available/default
service nginx start
sleep infinity