Skip to content

Commit

Permalink
Increase max body size
Browse files Browse the repository at this point in the history
  • Loading branch information
mpdude authored and glensc committed Apr 13, 2022
1 parent 7f3df1b commit 4e39c8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ server {
root /var/www/xhgui/webroot;
index index.php;

client_max_body_size 5M;

location / {
try_files $uri $uri/ /index.php$is_args$args;
}
Expand Down

0 comments on commit 4e39c8f

Please sign in to comment.