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 Apr 12, 2022
1 parent 3fb7568 commit 2c0ed8a
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 2c0ed8a

Please sign in to comment.