From dd5335583618235ec9df212f0c3a80277955dc7d Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 8 Apr 2021 21:55:14 -0300 Subject: Fix: try to fix bookmark import size limit --- puppet/config/node/links.example.org.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'puppet/config/node/links.example.org.yaml') diff --git a/puppet/config/node/links.example.org.yaml b/puppet/config/node/links.example.org.yaml index 449feff..9041cbf 100644 --- a/puppet/config/node/links.example.org.yaml +++ b/puppet/config/node/links.example.org.yaml @@ -10,6 +10,20 @@ nodo::role: 'web' classes: - 'php' +# +# PHP +# +php::config: + #post_max_size: + # series: '7' + # value: '100M' + #upload_max_filesize: + # series: '7' + # value: '100M' + memory_limit: + series: '7' + value: '128M' + # # MySQL # -- cgit v1.2.3