From 2996d0bf43ea59c66aea3ccc0e1384a573386c1b Mon Sep 17 00:00:00 2001 From: jessebot Date: Sun, 19 Jan 2025 14:09:08 +0100 Subject: [PATCH] clean up phpconfigs example in values.yaml --- charts/pixelfed/values.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/charts/pixelfed/values.yaml b/charts/pixelfed/values.yaml index 9f8b5bf..bc2ce2d 100644 --- a/charts/pixelfed/values.yaml +++ b/charts/pixelfed/values.yaml @@ -270,14 +270,11 @@ postgresql: # -- PHP Configuration files # Will be injected in /usr/local/etc/php-fpm.d phpConfigs: {} - # www.conf: |- - # [www] - # user = www-data - # group = www-data # www.conf: |- # [www] + # user = www-data + # group = www-data # security.limit_extensions = .php .css .js .html - # listen = 127.0.0.1:9000 # pm = dynamic # pm.max_children = 350 # pm.start_servers = 100