1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-25 19:17:22 +01:00

Update to NextCloud11 using PHP7

This commit is contained in:
yodax
2017-04-04 08:25:05 +02:00
parent a072730fb8
commit d2ccf56adb
3 changed files with 105 additions and 46 deletions

View File

@@ -40,7 +40,7 @@
fastcgi_param MOD_X_ACCEL_REDIRECT_ENABLED on;
fastcgi_param MOD_X_ACCEL_REDIRECT_PREFIX /owncloud-xaccel;
fastcgi_read_timeout 630;
fastcgi_pass php-fpm;
fastcgi_pass unix:/var/run/php/php7.0-fpm.sock;
error_page 403 /cloud/core/templates/403.php;
error_page 404 /cloud/core/templates/404.php;
client_max_body_size 1G;