mirror of
https://github.com/Tooloop/Tooloop-Packages.git
synced 2026-04-27 20:41:37 +02:00
increased maximum post data
This commit is contained in:
@@ -25,7 +25,7 @@ server {
|
|||||||
include fastcgi.conf;
|
include fastcgi.conf;
|
||||||
fastcgi_split_path_info ^(.+\.php)(/.+)$;
|
fastcgi_split_path_info ^(.+\.php)(/.+)$;
|
||||||
fastcgi_param PATH_INFO $fastcgi_path_info;
|
fastcgi_param PATH_INFO $fastcgi_path_info;
|
||||||
fastcgi_param PHP_VALUE "upload_max_filesize=250M;\n error_reporting=E_ALL;";
|
fastcgi_param PHP_VALUE "upload_max_filesize=250M;\n post_max_size=250M;\n error_reporting=E_ALL;";
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {
|
location ~ /\.ht {
|
||||||
@@ -39,4 +39,4 @@ server {
|
|||||||
# add_header Pragma "public";
|
# add_header Pragma "public";
|
||||||
# add_header Cache-Control "public, max-age=31536000,no-transform";
|
# add_header Cache-Control "public, max-age=31536000,no-transform";
|
||||||
# }
|
# }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user