File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 9
9
gzip_comp_level 9;
10
10
11
11
send_timeout 3600;
12
+ client_max_body_size 50M;
12
13
13
14
location / {
14
15
try_files $uri $uri/ /index.php?$args;
Original file line number Diff line number Diff line change 105
105
</IfModule >
106
106
107
107
</IfModule >
108
+
109
+ php_value upload_max_filesize 50M
110
+ php_value post_max_size 50M
Original file line number Diff line number Diff line change 1
1
; If your server uses a CGI/FastCGI SAPI, PHP supports per-directory configuration
2
2
; via .user.ini files. For example, you can increase the upload file and post size
3
- ; limits by setting the desired values here renaming this file into .user.ini.
3
+ ; limits by setting the desired values here and renaming this file into .user.ini.
4
4
5
- upload_max_filesize = 20M
6
- post_max_size = 21M
5
+ upload_max_filesize = 50M
6
+ post_max_size = 50M
You can’t perform that action at this time.
0 commit comments