From 90846572318c03618368ad6e9158fa1551a16bc2 Mon Sep 17 00:00:00 2001 From: lapineige Date: Mon, 28 Aug 2023 15:00:51 +0200 Subject: [PATCH] Transfer to normal php conf --- conf/extra_php-fpm.conf | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 conf/extra_php-fpm.conf diff --git a/conf/extra_php-fpm.conf b/conf/extra_php-fpm.conf deleted file mode 100644 index c979f58d..00000000 --- a/conf/extra_php-fpm.conf +++ /dev/null @@ -1,7 +0,0 @@ -; Additional php.ini defines, specific to this pool of workers. - -php_admin_value[upload_max_filesize] = 100M -php_admin_value[post_max_size] = 100M - -; Group should not be pixelfed, unless image (folder) access rights are not working -group = www-data