/[smecontribs]/rpms/smeserver-nextcloud/contribs9/smeserver-nextcloud-1.1.0.bz11084-idletimeout.patch |
Parent Directory | Revision Log | Revision Graph
* Sun Nov 08 2020 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-17.sme - use php73-fpm [SME: 11003] - Require php-gmp for Nextcloud 19 and newer [SME: 11004] - add phpbasedir support so you can add individual access to dir or files [SME: 11083] simply use nextcloud PHPBaseDir property - increase FastCgiExternalServer php pool timeout to 300 [SME: 11084]
1 | diff -Nur smeserver-nextcloud-1.1.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/68FastCGIConfig15nextcloud smeserver-nextcloud-1.1.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/68FastCGIConfig15nextcloud |
2 | --- smeserver-nextcloud-1.1.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/68FastCGIConfig15nextcloud 2020-11-08 11:45:08.042000000 -0500 |
3 | +++ smeserver-nextcloud-1.1.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/68FastCGIConfig15nextcloud 2020-11-08 11:47:00.874000000 -0500 |
4 | @@ -3,7 +3,7 @@ |
5 | $OUT .=<<_EOF; |
6 | Action phpnextcloud-fastcgi /php-cgi-bin/phpnextcloud-wrapper |
7 | Alias /php-cgi-bin/phpnextcloud-wrapper /var/www/php-cgi-bin/phpnextcloud-wrapper |
8 | -FastCgiExternalServer /var/www/php-cgi-bin/phpnextcloud-wrapper -socket /var/run/php-fpm/php73-nextcloud.sock -pass-header Authorization -idle-timeout 120 |
9 | +FastCgiExternalServer /var/www/php-cgi-bin/phpnextcloud-wrapper -socket /var/run/php-fpm/php73-nextcloud.sock -pass-header Authorization -idle-timeout 300 |
10 | _EOF |
11 | } |
12 | } |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |