[PHP-FPM, Nginx] Move some PHP parameters from Nginx to FPM configuration file

master
André 2018-06-10 14:31:31 +02:00
parent e79429beef
commit d3bb53c5b6
2 changed files with 0 additions and 4 deletions

View File

@ -86,8 +86,6 @@ server {
fastcgi_intercept_errors on;
fastcgi_request_buffering off;
client_max_body_size 0;
fastcgi_param PHP_VALUE "max_execution_time = 1200
max_input_time = 1200";
fastcgi_read_timeout 1200;
}

View File

@ -20,8 +20,6 @@
fastcgi_intercept_errors on;
fastcgi_request_buffering off;
client_max_body_size 0;
fastcgi_param PHP_VALUE "max_execution_time = 1200
max_input_time = 1200";
fastcgi_read_timeout 1200;
}
location ~ ^/nextcloud/(?:updater|ocs-provider)(?:$|/) {