mirror of
https://github.com/casjaysdevdocker/tools
synced 2025-09-18 21:57:46 -04:00
🗃️ Committing everything that changed 🗃️
applications/ configs/ lists/ wwwroot/
This commit is contained in:
7
applications/lighttpd/scripts/commands.sh
Normal file
7
applications/lighttpd/scripts/commands.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
EXEC_CMD_BIN="lighttpd" # command to execute
|
||||
EXEC_CMD_ARGS="/etc/lighttpd/lighttpd.conf -D" # command arguments
|
||||
|
||||
if [ -z "$PHP_BIN_DIR" ]; then
|
||||
[ -f "$WWW_DIR/www/info.php" ] && echo "PHP support is not enabled" >"$WWW_DIR/info.php"
|
||||
[ -f "$ETC_DIR/conf.d/php-fpm.conf" ] && echo "# PHP support is not enabled" >"$ETC_DIR/conf.d/php-fpm.conf"
|
||||
fi
|
1
applications/lighttpd/scripts/install.sh
Normal file
1
applications/lighttpd/scripts/install.sh
Normal file
@@ -0,0 +1 @@
|
||||
cp -Rf "/etc/lighttpd" "$DEFAULT_TEMPLATE_DIR/lighttpd"
|
1
applications/lighttpd/scripts/packages.sh
Normal file
1
applications/lighttpd/scripts/packages.sh
Normal file
@@ -0,0 +1 @@
|
||||
spawn-fcgi lighttpd lighttpd-mod_auth lighttpd-mod_webdav python3 ruby perl perl-cgi php8-cgi
|
Reference in New Issue
Block a user