Migrate to PHP-FPM for all Web images

This commit is contained in:
Alexey Pustovalov
2025-01-14 02:53:25 +09:00
parent b10947d72a
commit fb2f54d2e2
7 changed files with 27 additions and 32 deletions

View File

@@ -179,7 +179,7 @@ prepare_web_server() {
export APACHE_SERVER_SIGNATURE="Off"
fi
mkdir -p /tmp/httpd
mkdir -p /tmp/apache2
}
prepare_zbx_php_config() {