coder-templates/scripts/fox-api/nginx-php.sh

7 lines
352 B
Bash
Raw Normal View History

2023-09-26 19:15:34 +00:00
#!/bin/bash
echo "[BOOTSTRAP] Running initial nginx setup for FOX-API..."
# Download the nginx config files
curl -s https://raw.githubusercontent.com/fox-api/fox-api/master/scripts/fox-api/nginx.conf > /etc/nginx/nginx.conf
curl -s https://raw.githubusercontent.com/fox-api/fox-api/master/scripts/fox-api/default.conf > /etc/nginx/conf.d/default.conf