Move filesystem to more generic name & add perms

This commit is contained in:
Adam Outler
2025-09-27 21:58:00 -04:00
parent b47df7b33f
commit d182a552b8
34 changed files with 25 additions and 16 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/bash
echo "Starting nginx..."
exec nginx \
-c "${NGINX_CONFIG_FILE}" \
-g "daemon off;" >> "${LOG_APP_FRONT}" 2>&1