mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-09-10 16:06:27 +00:00
chevereto: drop php modules already covered by setup_php
This commit is contained in:
@@ -20,8 +20,7 @@ $STD apt install -y \
|
||||
libimage-exiftool-perl
|
||||
msg_ok "Installed Dependencies"
|
||||
|
||||
PHP_VERSION="8.3"
|
||||
PHP_FPM="YES" PHP_MODULE="bcmath,curl,exif,gd,imagick,intl,mbstring,mysql,xml,zip" PHP_UPLOAD_MAX_FILESIZE="512M" PHP_POST_MAX_SIZE="512M" PHP_MAX_EXECUTION_TIME="600" setup_php
|
||||
PHP_VERSION="8.3" PHP_FPM="YES" PHP_UPLOAD_MAX_FILESIZE="512M" PHP_POST_MAX_SIZE="512M" PHP_MAX_EXECUTION_TIME="600" setup_php
|
||||
setup_composer
|
||||
setup_mariadb
|
||||
setup_ffmpeg
|
||||
@@ -99,7 +98,6 @@ server {
|
||||
}
|
||||
EOF
|
||||
sed -i "s|__PHP_FPM_SOCK__|$(get_php_fpm_socket)|" /etc/nginx/sites-available/chevereto
|
||||
systemctl enable -q --now "php${PHP_VERSION}-fpm"
|
||||
nginx_enable_site chevereto
|
||||
msg_ok "Configured Nginx"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user