mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-31 22:13:40 +00:00
[PHP-FPM, Nginx] Move some PHP parameters from Nginx to FPM configuration file
This commit is contained in:
parent
e79429beef
commit
d3bb53c5b6
2 changed files with 0 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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)(?:$|/) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue