summaryrefslogtreecommitdiffstats
path: root/18.0/fpm-alpine/entrypoint.sh
diff options
context:
space:
mode:
Diffstat (limited to '18.0/fpm-alpine/entrypoint.sh')
-rwxr-xr-x18.0/fpm-alpine/entrypoint.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/18.0/fpm-alpine/entrypoint.sh b/18.0/fpm-alpine/entrypoint.sh
index f1dd332c..b9ec5fc5 100755
--- a/18.0/fpm-alpine/entrypoint.sh
+++ b/18.0/fpm-alpine/entrypoint.sh
@@ -43,13 +43,13 @@ file_env() {
unset "$fileVar"
}
-if expr "$1" : "apache2-foreground" 1>/dev/null; then
+if expr "$1" : "apache" 1>/dev/null; then
if [ -n "${APACHE_DISABLE_REWRITE_IP+x}" ]; then
a2disconf remoteip
fi
fi
-if expr "$1" : "apache2-foreground" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UPDATE:-0}" -eq 1 ]; then
+if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UPDATE:-0}" -eq 1 ]; then
if [ -n "${REDIS_HOST+x}" ]; then
echo "Configuring Redis as session handler"