Skip to content

Commit

Permalink
Merge pull request #475 from mpdude/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc authored Apr 13, 2022
2 parents 7f3df1b + 4e39c8f commit 1e16517
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 1e16517

Please sign in to comment.