Skip to content

Commit 2996d0b

Browse files
committed
clean up phpconfigs example in values.yaml
1 parent e2b8a75 commit 2996d0b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

charts/pixelfed/values.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -270,14 +270,11 @@ postgresql:
270270
# -- PHP Configuration files
271271
# Will be injected in /usr/local/etc/php-fpm.d
272272
phpConfigs: {}
273-
# www.conf: |-
274-
# [www]
275-
# user = www-data
276-
# group = www-data
277273
# www.conf: |-
278274
# [www]
275+
# user = www-data
276+
# group = www-data
279277
# security.limit_extensions = .php .css .js .html
280-
# listen = 127.0.0.1:9000
281278
# pm = dynamic
282279
# pm.max_children = 350
283280
# pm.start_servers = 100

0 commit comments

Comments
 (0)