Migrate to PHP-FPM for all Web images

This commit is contained in:
Alexey Pustovalov
2025-01-14 02:53:25 +09:00
parent 392582172c
commit 23dfa98778
7 changed files with 27 additions and 26 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() {